Version

GetComponentStyle Method

Returns the ComponentStyleSettings with the specified name and optionally creates one if it doesn't exist in the collection.
Syntax
'Declaration
 
Public Function GetComponentStyle( _
   ByVal name As String, _
   ByVal createIfNull As Boolean _
) As ComponentStyleSettings
public ComponentStyleSettings GetComponentStyle( 
   string name,
   bool createIfNull
)

Parameters

name
Name of the component style
createIfNull
A boolean indicating whether the component style should be created if it doesn't exist.

Return Value

A ComponentStyleSettings instance that represents the specified name; 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