ComponentOne Themes for WinForms
GetInt(String,Int32) Method

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

Parameters

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

Return Value

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

Reference

C1Theme Class
C1Theme Members
Overload List