Method | Description | |
---|---|---|
Close ( |
Raises the Close event on the provider.
|
|
Closing ( CancelEventArgs cea ) : void |
Raises the Closing event on the provider.
|
|
GetPreferredSize ( |
Discover the preferred size of the element.
|
|
Layout ( |
Perform a layout of the elements.
|
|
ToString ( ) : string |
Obtains the String representation of this instance.
|
|
ViewDrawMenuLinkLabel ( IContextMenuProvider provider, |
Initialize a new instance of the ViewDrawMenuLinkLabel class.
|
Method | Description | |
---|---|---|
OnClick ( object sender, |
||
OnCommandPropertyChanged ( object sender, |
||
OnPropertyChanged ( object sender, |
public Close ( |
||
e | A CancelEventArgs containing the event data. | |
return | void |
public Closing ( CancelEventArgs cea ) : void | ||
cea | CancelEventArgs | A CancelEventArgs containing the event data. |
return | void |
public GetPreferredSize ( |
||
context | Layout context. | |
return |
public Layout ( |
||
context | Layout context. | |
return | void |
public ViewDrawMenuLinkLabel ( IContextMenuProvider provider, |
||
provider | IContextMenuProvider | Reference to provider. |
linkLabel | Reference to owning link label entry. | |
return | System |