'Declaration
Public Sub SetItemChecked( _
ByVal As Tool, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Boolean, _
ByVal As Boolean _
)
'Usage
Dim instance As ToolbarContextMenu
Dim tool As Tool
Dim topMenuId As Integer
Dim subMenuId As Integer
Dim isChecked As Boolean
Dim exclusive As Boolean
instance.SetItemChecked(tool, topMenuId, subMenuId, isChecked, exclusive)
public void SetItemChecked(
Tool ,
int ,
int ,
bool ,
bool
)
public: void SetItemChecked(
Tool ,
int ,
int ,
bool ,
bool
)
public:
void SetItemChecked(
Tool ,
int ,
int ,
bool ,
bool
)