Style.SetBit(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A protected internal method. Sets an internal bitmask field that indicates the style properties that are stored in the state bag.
protected public:
virtual void SetBit(int bit);
protected internal virtual void SetBit (int bit);
abstract member SetBit : int -> unit
override this.SetBit : int -> unit
Protected Friend Overridable Sub SetBit (bit As Integer)
Parameters
- bit
- Int32
A bitmask value.
Applies to
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.