Свойство | Тип | Описание | |
---|---|---|---|
ShouldSerializeComboBox | bool | ||
ShouldSerializeDropBack | bool | ||
ShouldSerializeItem | bool |
Метод | Описание | |
---|---|---|
PaletteComboBoxRedirect ( |
Initialize a new instance of the PaletteComboBoxRedirect class.
|
|
PopulateFromBase ( PaletteState state ) : void |
Populate values from the base palette.
|
|
SetRedirector ( |
Update the redirector with new reference.
|
|
SetStyles ( ButtonStyle style ) : void |
Update the combo box item style.
|
|
SetStyles ( InputControlStyle style ) : void |
Update the combo box input control style.
|
|
SetStyles ( PaletteBackStyle style ) : void |
Update the combo box drop background style.
|
Метод | Описание | |
---|---|---|
OnNeedPaint ( object sender, bool needLayout ) : void |
Handle a change event from palette source.
|
Метод | Описание | |
---|---|---|
ShouldSerializeComboBox ( ) : bool | ||
ShouldSerializeDropBack ( ) : bool | ||
ShouldSerializeItem ( ) : bool |
protected OnNeedPaint ( object sender, bool needLayout ) : void | ||
sender | object | Source of the event. |
needLayout | bool | True if a layout is also needed. |
Результат | void |
public PaletteComboBoxRedirect ( |
||
redirect | Inheritence redirection instance. | |
needPaint | NeedPaintHandler | Delegate for notifying paint requests. |
Результат | System |
public PopulateFromBase ( PaletteState state ) : void | ||
state | PaletteState | Palette state to use when populating. |
Результат | void |
public SetRedirector ( |
||
redirect | Target redirector. | |
Результат | void |
public SetStyles ( ButtonStyle style ) : void | ||
style | ButtonStyle | New item style. |
Результат | void |
public SetStyles ( InputControlStyle style ) : void | ||
style | InputControlStyle | New input control style. |
Результат | void |
public SetStyles ( PaletteBackStyle style ) : void | ||
style | PaletteBackStyle | New drop background style. |
Результат | void |