Item Property (StyleFlagSet)
In This Topic
Gets or sets a boolean value associated with the specified
StyleFlag.
Syntax
'Declaration
Public Default Property Item( _
ByVal As StyleFlag _
) As System.Boolean
public System.bool this[
StyleFlag
]; {get; set;}
Parameters
- styleFlag
See Also