ComponentOne Themes for WinForms
HasValue Method

C1.Win.C1Themes.4 Assembly > C1.Win.C1Themes Namespace > C1Theme Class : HasValue Method
The path to test.
Tests whether a path specifies a value.

Note that a path may be empty (i.e. IsEmpty returns true) and still specify a value via a reference on one of its parents (i.e. this method will return true).

Syntax
'Declaration
 
Public Function HasValue( _
   ByVal path As System.String _
) As System.Boolean
public System.bool HasValue( 
   System.string path
)

Parameters

path
The path to test.

Return Value

True if the path specifies a value, false otherwise.
See Also

Reference

C1Theme Class
C1Theme Members