Version

SetValue(ClientUIFlags,Boolean) Method

Sets the ClientUIFlag to the specified value. First this property checks to see if a value has already been set for this Flag. If so, then it removes the value from the Flags property, and appends the new Calculated value.
Syntax
'Declaration
 
Protected Overloads Sub SetValue( _
   ByVal flag As ClientUIFlags, _
   ByVal value As Boolean _
) 
protected void SetValue( 
   ClientUIFlags flag,
   bool value
)

Parameters

flag
The flag to be set.
value
A bool that should be set on the specified flag.
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