Свойство | Type | Description | |
---|---|---|---|
ItemsInternal | List |
Méthode | Description | |
---|---|---|
CreateItem ( bool isPopup ) : |
||
CreateOrGetItem ( string header, bool isPopup = false ) : |
||
DeleteItem ( ) : void | ||
OnButtonClick ( System.Windows.Forms.CommandBarButton ctrl, bool &cancelDefault ) : void | ||
OnShortcutTextChanged ( ) : void | ||
VsDevExpressMenuItem ( ) : System |
Méthode | Description | |
---|---|---|
CreateChildrenFromSource ( ) : void | ||
OnHeaderChanged ( string oldValue ) : void | ||
OnIconChanged ( Image oldValue ) : void | ||
OnToolTipChanged ( string oldValue ) : void | ||
OnVSSourceChanged ( object oldValue ) : void | ||
RaiseClickEvent ( ) : void | ||
UpdateHeader ( ) : void | ||
UpdateIcon ( ) : void | ||
UpdateToolTip ( ) : void | ||
VsDevExpressMenuItem ( System.Windows.Forms.CommandBarControl source ) : System |
Méthode | Description | |
---|---|---|
GetItemByHeader ( string header ) : |
protected CreateChildrenFromSource ( ) : void | ||
Résultat | void |
public CreateItem ( bool isPopup ) : |
||
isPopup | bool | |
Résultat |
public CreateOrGetItem ( string header, bool isPopup = false ) : |
||
header | string | |
isPopup | bool | |
Résultat |
public OnButtonClick ( System.Windows.Forms.CommandBarButton ctrl, bool &cancelDefault ) : void | ||
ctrl | System.Windows.Forms.CommandBarButton | |
cancelDefault | bool | |
Résultat | void |
protected OnHeaderChanged ( string oldValue ) : void | ||
oldValue | string | |
Résultat | void |
protected OnIconChanged ( Image oldValue ) : void | ||
oldValue | Image | |
Résultat | void |
protected OnToolTipChanged ( string oldValue ) : void | ||
oldValue | string | |
Résultat | void |
protected OnVSSourceChanged ( object oldValue ) : void | ||
oldValue | object | |
Résultat | void |
protected VsDevExpressMenuItem ( System.Windows.Forms.CommandBarControl source ) : System | ||
source | System.Windows.Forms.CommandBarControl | |
Résultat | System |