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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage (pull requests). Pour plus d’informations, consultez notre guide du contributeur.