Visual Basic (Declaration) | |
---|---|
Protected Overridable Sub SetFlag( _ ByVal prop As AppearanceProperty, _ ByVal f As Boolean _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As Appearance Dim prop As AppearanceProperty Dim f As Boolean instance.SetFlag(prop, f) |
C# | |
---|---|
protected virtual void SetFlag( AppearanceProperty prop, bool f ) |
Parameters
- prop
- Appearance property for which to set a flag
- f
- Whether the flag for the specified property has been set
Set f to true to indicate the AppearanceProperty class property has been set.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family