This documentation is archived and is not being maintained.

Style.SetBit Method

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

[Visual Basic]
Protected Friend Overridable Sub SetBit( _
   ByVal bit As Integer _
)
[C#]
protected internal virtual void SetBit(
 int bit
);
[C++]
protected public: virtual void SetBit(
 int bit
);
[JScript]
protected internal function SetBit(
   bit : int
);

See Also

Style Class | Style Members | System.Web.UI.WebControls Namespace

Show: