Property | Type | Description | |
---|---|---|---|
HintBrushProperty | |||
HintProperty |
Method | Description | |
---|---|---|
GetHint ( |
Returns the value of the HintProperty.
|
|
GetHintBrush ( |
Returns the value of the HintBrushProperty.
|
|
SetHint ( |
Sets the value of the HintProperty.
|
|
SetHintBrush ( |
Sets the value of the HintBrushProperty.
|
Method | Description | |
---|---|---|
AddWatermarkAdorner ( |
Adds a WatermarkAdorner to a Control.
|
|
BindControl ( |
Binds the event handlers for to a Control.
|
|
ComboBoxSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void |
Invoked when the selection of a combo box control changes.
|
|
ComboBoxTextChanged ( object sender, |
Invoked when content changes in a combo box control changes.
|
|
ControlGotKeyboardFocus ( object sender, System.Windows.Input.KeyboardFocusChangedEventArgs e ) : void |
Invoked when the keyboard is focused on a control.
|
|
ControlLoaded ( object sender, |
Invoked when the control is laid out, rendered, and ready for interaction.
|
|
ControlLostKeyboardFocus ( object sender, System.Windows.Input.KeyboardFocusChangedEventArgs e ) : void |
Invoked when the keyboard is no longer focused on a control.
|
|
DependencyPropertyChanged ( |
Invoked when the effective value of a DependencyProperty changes.
|
|
GetWatermarkAdorner ( |
Returns a WatermarkAdorner for a Control, or
|
|
HasActualValue ( |
Returns a value indicating whether a Control has an actual value (where the text property is not
|
|
RemoveWatermarkAdorner ( |
Removes the WatermarkAdorner from a Control.
|
|
TextBoxTextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void |
Invoked when content changes in a text box control.
|
|
UpdateAdornerLayer ( |
Forces the AdornerLayer to re-render.
|
|
UpdateWatermark ( |
Updates the WatermarkAdorner on the Control.
|
public static GetHint ( |
||
control | A |
|
return | object |
public static GetHintBrush ( |
||
control | A |
|
return | System.Windows.Media.Brush |
public static SetHint ( |
||
control | A |
|
value | object | The value to set. |
return | void |
public static SetHintBrush ( |
||
control | A |
|
value | System.Windows.Media.Brush | The value to set. |
return | void |
public static DependencyProperty,System.Windows HintBrushProperty | ||
return |