IsBorderSet Method

Retrieves a Boolean value that indicates if the border has been set.

Syntax

Visual Basic  Public  Function 
IsBorderSet( ) As bool
C# public  bool 
IsBorderSet( );
Managed C++ public:  bool 
IsBorderSet( );
JScript public  function
IsBorderSet( );

Return Value

Returns one of the following possible values.

false Default. Border is not set.
true Border is set.

Applies To

CssCollection

See Also

Internet Explorer WebControls