Property | Type | Description | |
---|---|---|---|
buttonStyle | ButtonStyle |
Method | Description | |
---|---|---|
ButtonBackend ( ) : System | ||
DisableEvent ( object eventId ) : void | ||
EnableEvent ( object eventId ) : void | ||
GetPreferredSize ( SizeConstraint widthConstraint, SizeConstraint heightConstraint ) : |
||
HandleWidgetClicked ( object sender, |
||
SetButtonStyle ( ButtonStyle style ) : void | ||
SetButtonType ( ButtonType type ) : void | ||
SetContent ( string label, bool useMnemonic, |
Method | Description | |
---|---|---|
ButtonBackend ( System.Windows.Controls.Primitives.ButtonBase impl ) : System |
protected ButtonBackend ( System.Windows.Controls.Primitives.ButtonBase impl ) : System | ||
impl | System.Windows.Controls.Primitives.ButtonBase | |
return | System |
public DisableEvent ( object eventId ) : void | ||
eventId | object | |
return | void |
public GetPreferredSize ( SizeConstraint widthConstraint, SizeConstraint heightConstraint ) : |
||
widthConstraint | SizeConstraint | |
heightConstraint | SizeConstraint | |
return |
public HandleWidgetClicked ( object sender, |
||
sender | object | |
e | ||
return | void |
public SetButtonStyle ( ButtonStyle style ) : void | ||
style | ButtonStyle | |
return | void |
public SetButtonType ( ButtonType type ) : void | ||
type | ButtonType | |
return | void |
public SetContent ( string label, bool useMnemonic, |
||
label | string | |
useMnemonic | bool | |
image | ||
position | ContentPosition | |
return | void |