Spread Windows Forms 17
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / StartMenuForm Class / SetItemState Method
The text.
if set to true [value].


In This Topic
    SetItemState Method
    In This Topic
    Sets the state of the item.
    Syntax
    'Declaration
     
    
    Public Sub SetItemState( _
       ByVal Text As String, _
       ByVal value As Boolean _
    ) 
    'Usage
     
    
    Dim instance As StartMenuForm
    Dim Text As String
    Dim value As Boolean
     
    instance.SetItemState(Text, value)
    public void SetItemState( 
       string Text,
       bool value
    )

    Parameters

    Text
    The text.
    value
    if set to true [value].
    See Also