ComponentOne Themes for WinForms
GetBool(String,Boolean) Method

C1.Win.C1Themes.4 Assembly > C1.Win.C1Themes Namespace > C1Theme Class > GetBool Method : GetBool(String,Boolean) Method
The target path.
Used if value at specified path does not exist.
Gets a boolean value specified by a path.
Syntax
'Declaration
 
Public Overloads Function GetBool( _
   ByVal path As System.String, _
   ByVal defaultValue As System.Boolean _
) As System.Boolean
public System.bool GetBool( 
   System.string path,
   System.bool defaultValue
)

Parameters

path
The target path.
defaultValue
Used if value at specified path does not exist.

Return Value

The boolean value specified by path or %% if value at specified path does not exist.
See Also

Reference

C1Theme Class
C1Theme Members
Overload List