

| Type | Description |
The SelectParent event occurs once the user clicks the parent of the item. The SelectItem event notifies once the user selects an item. The BrowseItem event notifies when a new item has been selected / browsed. When the user selects a new item, it is displayed on the parent portion of the control, while its content / children is displayed around. The AllowToggleExpand property specifies whether the radial menu can be shown in collapsed state. The Parent item property specifies the parent item.
Syntax for SelectParent event, /NET version, on:
private void SelectParent(object sender)
{
}
Private Sub SelectParent(ByVal sender As System.Object) Handles SelectParent End Sub |
private void SelectParent(object sender, EventArgs e)
{
}
void OnSelectParent()
{
}
void __fastcall SelectParent(TObject *Sender)
{
}
procedure SelectParent(ASender: TObject; ); begin end; procedure SelectParent(sender: System.Object; e: System.EventArgs); begin end; begin event SelectParent() end event SelectParent Private Sub SelectParent(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles SelectParent End Sub Private Sub SelectParent() End Sub Private Sub SelectParent() End Sub LPARAMETERS nop PROCEDURE OnSelectParent(oRadialMenu) RETURN |
<SCRIPT EVENT="SelectParent()" LANGUAGE="JScript"> </SCRIPT> <SCRIPT LANGUAGE="VBScript"> Function SelectParent() End Function </SCRIPT> Procedure OnComSelectParent Forward Send OnComSelectParent End_Procedure METHOD OCX_SelectParent() CLASS MainDialog RETURN NIL void onEvent_SelectParent()
{
}
function SelectParent as v () end function function nativeObject_SelectParent() return |