Represents the style to apply to all menu items at the first level.
Syntax
'Declaration
Public Property FirstLevelStyle As Style
'Usage
Dim instance As C1Menu
Dim value As Style
instance.FirstLevelStyle = value
value = instance.FirstLevelStyle
public Style FirstLevelStyle {get; set;}
public:
property Style^ FirstLevelStyle {
Style^ get();
void set ( Style^ value);
}
See Also