Property | Type | Description | |
---|---|---|---|
ButtonCommandParameterProperty | |||
ButtonCommandProperty | |||
ButtonContentProperty | |||
ButtonFontFamilyProperty | |||
ButtonTemplateProperty | |||
ButtonsAlignmentProperty | |||
ClearTextButtonProperty | |||
IsClearTextButtonBehaviorEnabledProperty | |||
IsMonitoringProperty | |||
IsWaitingForDataProperty | |||
SelectAllOnFocusProperty | |||
TextLengthProperty | |||
UseFloatingWatermarkProperty | DependencyProperty | ||
WatermarkProperty | DependencyProperty |
Method | Description | |
---|---|---|
ButtonClicked ( object sender, |
||
GetButtonCommand ( |
||
GetButtonCommandParameter ( |
||
GetButtonContent ( |
||
GetButtonFontFamily ( |
||
GetButtonTemplate ( |
||
GetButtonsAlignment ( |
Gets the buttons placement variant.
|
|
GetClearTextButton ( |
||
GetHasText ( |
Gets if the attached TextBox has text.
|
|
GetIsWaitingForData ( |
||
GetSelectAllOnFocus ( |
||
GetUseFloatingWatermark ( |
||
GetWatermark ( |
||
SetButtonCommand ( |
||
SetButtonCommandParameter ( |
||
SetButtonContent ( |
||
SetButtonFontFamily ( |
||
SetButtonTemplate ( |
||
SetButtonsAlignment ( |
Sets the buttons placement variant.
|
|
SetClearTextButton ( |
||
SetHasText ( |
||
SetIsMonitoring ( |
||
SetIsWaitingForData ( |
||
SetSelectAllOnFocus ( |
||
SetUseFloatingWatermark ( |
||
SetWatermark ( |
Method | Description | |
---|---|---|
ButtonCommandOrClearTextChanged ( |
||
ComboBoxLoaded ( object sender, |
||
GetDefaultTextBoxBaseContextMenu ( ) : System.Windows.Controls.ContextMenu | ||
GetIsClearTextButtonBehaviorEnabled ( System.Windows.Controls.Button d ) : bool | ||
GetIsSpellCheckContextMenuEnabled ( UIElement element ) : bool | ||
IsClearTextButtonBehaviorEnabledChanged ( |
||
OnIsMonitoringChanged ( |
||
PassBoxLoaded ( object sender, |
||
PasswordChanged ( object sender, |
||
PasswordGotFocus ( object sender, |
||
SetIsClearTextButtonBehaviorEnabled ( System.Windows.Controls.Button obj, bool value ) : void | ||
SetIsSpellCheckContextMenuEnabled ( UIElement element, bool value ) : void | ||
SetTextLength ( |
||
TextBoxBaseContextMenuOpening ( object sender, System.Windows.Controls.ContextMenuEventArgs e ) : void | ||
TextBoxGotFocus ( object sender, |
||
TextBoxLoaded ( object sender, |
||
TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void | ||
UseSpellCheckContextMenuChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void |
public static ButtonClicked ( object sender, |
||
sender | object | |
e | ||
return | void |
public static GetButtonCommand ( |
||
d | ||
return | ICommand |
public static GetButtonCommandParameter ( |
||
d | ||
return | object |
public static GetButtonContent ( |
||
d | ||
return | object |
public static GetButtonFontFamily ( |
||
d | ||
return | FontFamily |
public static GetButtonTemplate ( |
||
d | ||
return | System.Windows.Controls.ControlTemplate |
public static GetButtonsAlignment ( |
||
d | ||
return | ButtonsAlignment |
public static GetClearTextButton ( |
||
d | ||
return | bool |
public static GetHasText ( |
||
obj | ||
return | bool |
public static GetIsWaitingForData ( |
||
obj | ||
return | bool |
public static GetSelectAllOnFocus ( |
||
obj | ||
return | bool |
public static GetUseFloatingWatermark ( |
||
obj | ||
return | bool |
public static GetWatermark ( |
||
obj | ||
return | string |
public static SetButtonCommand ( |
||
obj | ||
value | ICommand | |
return | void |
public static SetButtonCommandParameter ( |
||
obj | ||
value | object | |
return | void |
public static SetButtonContent ( |
||
obj | ||
value | object | |
return | void |
public static SetButtonFontFamily ( |
||
obj | ||
value | FontFamily | |
return | void |
public static SetButtonTemplate ( |
||
obj | ||
value | System.Windows.Controls.ControlTemplate | |
return | void |
public static SetButtonsAlignment ( |
||
obj | ||
value | ButtonsAlignment | |
return | void |
public static SetClearTextButton ( |
||
obj | ||
value | bool | |
return | void |
public static SetHasText ( |
||
obj | ||
value | bool | |
return | void |
public static SetIsMonitoring ( |
||
obj | ||
value | bool | |
return | void |
public static SetIsWaitingForData ( |
||
obj | ||
value | bool | |
return | void |
public static SetSelectAllOnFocus ( |
||
obj | ||
value | bool | |
return | void |
public static SetUseFloatingWatermark ( |
||
obj | ||
value | bool | |
return | void |
public static SetWatermark ( |
||
obj | ||
value | string | |
return | void |
public static DependencyProperty,System.Windows ButtonCommandParameterProperty | ||
return |
public static DependencyProperty,System.Windows ButtonCommandProperty | ||
return |
public static DependencyProperty,System.Windows ButtonContentProperty | ||
return |
public static DependencyProperty,System.Windows ButtonFontFamilyProperty | ||
return |
public static DependencyProperty,System.Windows ButtonTemplateProperty | ||
return |
public static DependencyProperty,System.Windows ButtonsAlignmentProperty | ||
return |
public static DependencyProperty,System.Windows ClearTextButtonProperty | ||
return |
public static DependencyProperty,System.Windows IsClearTextButtonBehaviorEnabledProperty | ||
return |
public static DependencyProperty,System.Windows IsMonitoringProperty | ||
return |
public static DependencyProperty,System.Windows IsWaitingForDataProperty | ||
return |
public static DependencyProperty,System.Windows SelectAllOnFocusProperty | ||
return |
public static DependencyProperty,System.Windows TextLengthProperty | ||
return |
public static DependencyProperty UseFloatingWatermarkProperty | ||
return | DependencyProperty |