Spread WinForms 15
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / StartMenuForm Class / SetSubItemState Method
The main text.
The sub text.
if set to true [value].


In This Topic
SetSubItemState Method
In This Topic
Sets the state of the sub item.
Syntax
'Declaration
 
Public Sub SetSubItemState( _
   ByVal MainText As String, _
   ByVal SubText As String, _
   ByVal value As Boolean _
) 
 
'Usage
 
Dim instance As StartMenuForm
Dim MainText As String
Dim SubText As String
Dim value As Boolean
 
instance.SetSubItemState(MainText, SubText, value)

Parameters

MainText
The main text.
SubText
The sub text.
value
if set to true [value].
See Also