Version 23.1 (latest)

SetValue(ClientUIFlags,DefaultableBoolean) 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
protected void SetValue( 
   ClientUIFlags flag,
   DefaultableBoolean value
)

Parameters

flag
The flag to be set.
value
A DefaultableBoolean 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