Spread Windows Forms 12.0 Product Documentation
SetSubItemState Method


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].
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)
public void SetSubItemState( 
   string MainText,
   string SubText,
   bool value
)

Parameters

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

Reference

StartMenuForm Class
StartMenuForm Members