Version

GetState Method

Returns the StateSettings representing the specified Infragistics.Win.AppStyling.RoleState and optionally creates one if it doesn't exist in the collection.
Syntax
'Declaration
 
Public Function GetState( _
   ByVal state As RoleState, _
   ByVal createIfNull As Boolean _
) As StateSettings
public StateSettings GetState( 
   RoleState state,
   bool createIfNull
)

Parameters

state
RoleState to return
createIfNull
A boolean indicating whether the state should be created if it doesn't exist.

Return Value

A StateSettings instance that represents the specified role state; otherwise null (Nothing in VB).
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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