Spread Windows Forms 12.0 Product Documentation
GetSubItemState Method


FarPoint.Win.Spread.Design Assembly > FarPoint.Win.Spread.Design Namespace > StartMenuForm Class : GetSubItemState Method
The main text.
The sub text.
Gets the state of the sub item.
Syntax
'Declaration
 
Public Function GetSubItemState( _
   ByVal MainText As String, _
   ByVal SubText As String _
) As Boolean
'Usage
 
Dim instance As StartMenuForm
Dim MainText As String
Dim SubText As String
Dim value As Boolean
 
value = instance.GetSubItemState(MainText, SubText)
public bool GetSubItemState( 
   string MainText,
   string SubText
)

Parameters

MainText
The main text.
SubText
The sub text.
See Also

Reference

StartMenuForm Class
StartMenuForm Members