Property | Type | Description | |
---|---|---|---|
OnComponentChanged | void | ||
OnContextMenu | void | ||
OnDeleteTextBox | void | ||
OnEnabled | void | ||
OnMoveFirst | void | ||
OnMoveLast | void | ||
OnMoveNext | void | ||
OnMovePrevious | void | ||
OnToggleHelpers | void | ||
OnVisible | void | ||
ResetEnabled | void | ||
ResetVisible | void | ||
ShouldSerializeEnabled | bool | ||
ShouldSerializeVisible | bool | ||
UpdateVerbStatus | void |
Method | Description | |
---|---|---|
Initialize ( IComponent component ) : void |
Initializes the designer with the specified component.
|
|
KryptonRibbonGroupMaskedTextBoxDesigner ( ) : System |
Initialize a new instance of the KryptonRibbonGroupMaskedTextBoxDesigner class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases all resources used by the component.
|
|
PreFilterProperties ( IDictionary properties ) : void |
Adjusts the set of properties the component exposes through a TypeDescriptor.
|
Method | Description | |
---|---|---|
OnComponentChanged ( object sender, |
||
OnContextMenu ( object sender, MouseEventArgs e ) : void | ||
OnDeleteTextBox ( object sender, |
||
OnEnabled ( object sender, |
||
OnMoveFirst ( object sender, |
||
OnMoveLast ( object sender, |
||
OnMoveNext ( object sender, |
||
OnMovePrevious ( object sender, |
||
OnToggleHelpers ( object sender, |
||
OnVisible ( object sender, |
||
ResetEnabled ( ) : void | ||
ResetVisible ( ) : void | ||
ShouldSerializeEnabled ( ) : bool | ||
ShouldSerializeVisible ( ) : bool | ||
UpdateVerbStatus ( ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true to release both managed and unmanaged resources; false to release only unmanaged resources. |
return | void |
public Initialize ( IComponent component ) : void | ||
component | IComponent | The IComponent to associate the designer with. |
return | void |
public KryptonRibbonGroupMaskedTextBoxDesigner ( ) : System | ||
return | System |
protected PreFilterProperties ( IDictionary properties ) : void | ||
properties | IDictionary | An IDictionary containing the properties for the class of the component. |
return | void |