Version

GetValue(ClientUIFlags,Boolean,ClientUIFlagType) Method

Returns a boolean value for the specified ClientUIFlags. If the Value is DefautableBoolean.NotSet, it returns the defaultVal.
Syntax
'Declaration
 
Protected Overloads Function GetValue( _
   ByVal flag As ClientUIFlags, _
   ByVal defaultVal As Boolean, _
   ByVal flagType As ClientUIFlagType _
) As Boolean
protected bool GetValue( 
   ClientUIFlags flag,
   bool defaultVal,
   ClientUIFlagType flagType
)

Parameters

flag
The ClientUIFlag whose value should be retrieved.
defaultVal
If no value is set, or the Value is set to NotSet, this value is returned.
flagType

Return Value

A boolean value set for the ClientUIFlag or the defaultVal if no value is set.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also