Spread Windows Forms 17
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / StartMenuForm Class / GetSubItemState Method
The main text.
The sub text.


In This Topic
    GetSubItemState Method
    In This Topic
    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