Style.SetBit(Int32) Method

Definition

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