Spread Windows Forms 12.0 Product Documentation
SetItemState Method


FarPoint.Win.Spread.Design Assembly > FarPoint.Win.Spread.Design Namespace > StartMenuForm Class : SetItemState Method
The text.
if set to true [value].
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

Reference

StartMenuForm Class
StartMenuForm Members