Метод | Описание | |
---|---|---|
DrawButton ( |
Draws a push button in the specified state, on the specified graphics surface, and within the specified bounds
|
|
DrawButton ( |
Draws a push button in the specified state, on the specified graphics surface, and within the specified bounds
|
|
DrawCheck ( |
Draws a check box in the specified state, on the specified graphics surface, and within the specified bounds
|
|
DrawCheck ( |
Draws a check box in the specified state, on the specified graphics surface, and within the specified bounds
|
|
DrawColumnHeader ( |
Draws a column header in the specified state, on the specified graphics surface, and within the specified bounds
|
|
DrawColumnHeader ( |
Draws a column header in the specified state, on the specified graphics surface, and within the specified bounds
|
|
DrawComboBoxButton ( |
Draws a combobox button in the specified state, on the specified graphics surface, and within the specified bounds
|
|
DrawComboBoxButton ( |
Draws a combobox button in the specified state, on the specified graphics surface, and within the specified bounds
|
|
DrawProgressBar ( |
Draws a ProgressBar on the specified graphics surface, and within the specified bounds
|
|
DrawProgressBar ( |
Draws a ProgressBar on the specified graphics surface, and within the specified bounds
|
|
DrawProgressBarChunks ( |
Draws the ProgressBar's chunks on the specified graphics surface, and within the specified bounds
|
|
DrawProgressBarChunks ( |
Draws the ProgressBar's chunks on the specified graphics surface, and within the specified bounds
|
|
DrawRadioButton ( |
Draws a RadioButton in the specified state, on the specified graphics surface, and within the specified bounds
|
|
DrawRadioButton ( |
Draws a RadioButton in the specified state, on the specified graphics surface, and within the specified bounds
|
|
DrawTextBox ( |
Draws a TextBox in the specified state, on the specified graphics surface, and within the specified bounds
|
|
DrawTextBox ( |
Draws a TextBox in the specified state, on the specified graphics surface, and within the specified bounds
|
|
DrawThemeBackground ( |
Draws the background image defined by the visual style for the specified control part
|
|
DrawThemeBackground ( |
Draws the background image defined by the visual style for the specified control part
|
|
DrawUpDownButtons ( |
Draws an UpDown's up and down buttons in the specified state, on the specified graphics surface, and within the specified bounds
|
|
DrawUpDownButtons ( |
Draws an UpDown's up and down buttons in the specified state, on the specified graphics surface, and within the specified bounds
|
Метод | Описание | |
---|---|---|
ThemeManager ( ) : System |
Initializes a new instance of the ThemeManager class with default settings
|
Метод | Описание | |
---|---|---|
ConvertCheckBoxStateToButtonState ( CheckBoxStates state ) : ButtonState |
Converts the specified CheckBoxStates value to a ButtonState value
|
|
ConvertComboBoxStateToButtonState ( ComboBoxStates state ) : ButtonState |
Converts the specified ComboBoxStates value to a ButtonState value
|
|
ConvertPushButtonStateToButtonState ( PushButtonStates state ) : ButtonState |
Converts the specified PushButtonStates value to a ButtonState value
|
|
ConvertRadioButtonStateToButtonState ( RadioButtonStates state ) : ButtonState |
Converts the specified RadioButtonStates value to a ButtonState value
|
|
ConvertUpDownStateToButtonState ( UpDownStates state ) : ButtonState |
Converts the specified UpDownStates value to a ButtonState value
|
|
DrawTabPageBody ( |
Draws a TabPage body on the specified graphics surface, and within the specified bounds
|
|
DrawTabPageBody ( |
Draws a TabPage body on the specified graphics surface, and within the specified bounds
|
|
GetComctlVersion ( ) : System.Version |
Returns a Version object that contains information about the verion of the CommonControls that the application is using
|
|
IsMixed ( CheckBoxStates state ) : bool |
Returns whether the specified CheckBoxStates value is in an indeterminate state
|
public static DrawButton ( |
||
g | The Graphics to draw on | |
buttonRect | The Rectangle that represents the dimensions /// of the button | |
state | PushButtonStates | A PushButtonStates value that specifies the /// state to draw the button in |
Результат | void |
public static DrawButton ( |
||
g | The Graphics to draw on | |
buttonRect | The Rectangle that represents the dimensions /// of the button | |
clipRect | The Rectangle that represents the clipping area | |
state | PushButtonStates | A PushButtonStates value that specifies the /// state to draw the button in |
Результат | void |
public static DrawCheck ( |
||
g | The Graphics to draw on | |
checkRect | The Rectangle that represents the dimensions /// of the check box | |
state | CheckBoxStates | A CheckBoxStates value that specifies the /// state to draw the check box in |
Результат | void |
public static DrawCheck ( |
||
g | The Graphics to draw on | |
checkRect | The Rectangle that represents the dimensions /// of the check box | |
clipRect | The Rectangle that represents the clipping area | |
state | CheckBoxStates | A CheckBoxStates value that specifies the /// state to draw the check box in |
Результат | void |
public static DrawColumnHeader ( |
||
g | The Graphics to draw on | |
headerRect | The Rectangle that represents the dimensions /// of the column header | |
state | ColumnHeaderStates | A ColumnHeaderStates value that specifies the /// state to draw the column header in |
Результат | void |
public static DrawColumnHeader ( |
||
g | The Graphics to draw on | |
headerRect | The Rectangle that represents the dimensions /// of the column header | |
clipRect | The Rectangle that represents the clipping area | |
state | ColumnHeaderStates | A ColumnHeaderStates value that specifies the /// state to draw the column header in |
Результат | void |
public static DrawComboBoxButton ( |
||
g | The Graphics to draw on | |
buttonRect | The Rectangle that represents the dimensions /// of the combobox button | |
state | ComboBoxStates | A ComboBoxStates value that specifies the /// state to draw the combobox button in |
Результат | void |
public static DrawComboBoxButton ( |
||
g | The Graphics to draw on | |
buttonRect | The Rectangle that represents the dimensions /// of the button | |
clipRect | The Rectangle that represents the clipping area | |
state | ComboBoxStates | A ComboBoxStates value that specifies the /// state to draw the combobox button in |
Результат | void |
public static DrawProgressBar ( |
||
g | The Graphics to draw on | |
drawRect | The Rectangle that represents the dimensions /// of the ProgressBar | |
Результат | void |
public static DrawProgressBar ( |
||
g | The Graphics to draw on | |
drawRect | The Rectangle that represents the dimensions /// of the ProgressBar | |
clipRect | The Rectangle that represents the clipping area | |
Результат | void |
public static DrawProgressBarChunks ( |
||
g | The Graphics to draw on | |
drawRect | The Rectangle that represents the dimensions /// of the ProgressBar | |
Результат | void |
public static DrawProgressBarChunks ( |
||
g | The Graphics to draw on | |
drawRect | The Rectangle that represents the dimensions /// of the ProgressBar | |
clipRect | The Rectangle that represents the clipping area | |
Результат | void |
public static DrawRadioButton ( |
||
g | The Graphics to draw on | |
checkRect | The Rectangle that represents the dimensions /// of the RadioButton | |
state | RadioButtonStates | A RadioButtonStates value that specifies the /// state to draw the RadioButton in |
Результат | void |
public static DrawRadioButton ( |
||
g | The Graphics to draw on | |
checkRect | The Rectangle that represents the dimensions /// of the RadioButton | |
clipRect | The Rectangle that represents the clipping area | |
state | RadioButtonStates | A RadioButtonStates value that specifies the /// state to draw the RadioButton in |
Результат | void |
public static DrawTextBox ( |
||
g | The Graphics to draw on | |
textRect | The Rectangle that represents the dimensions /// of the TextBox | |
clipRect | The Rectangle that represents the clipping area | |
state | TextBoxStates | A TextBoxStates value that specifies the /// state to draw the TextBox in |
Результат | void |
public static DrawTextBox ( |
||
g | The Graphics to draw on | |
textRect | The Rectangle that represents the dimensions /// of the TextBox | |
state | TextBoxStates | A TextBoxStates value that specifies the /// state to draw the TextBox in |
Результат | void |
public static DrawThemeBackground ( |
||
g | The Graphics to draw on | |
windowClass | string | The class of the part to draw |
part | int | The part to draw |
partState | int | The state of the part to draw |
drawRect | The Rectangle in which the part is drawn | |
Результат | void |
public static DrawThemeBackground ( |
||
g | The Graphics to draw on | |
windowClass | string | The class of the part to draw |
part | int | The part to draw |
partState | int | The state of the part to draw |
drawRect | The Rectangle in which the part is drawn | |
clipRect | The Rectangle that represents the clipping area for the part | |
Результат | void |
public static DrawUpDownButtons ( |
||
g | The Graphics to draw on | |
upButtonRect | The Rectangle that represents the dimensions /// of the up button | |
upButtonClipRect | The Rectangle that represents the clipping area /// for the up button | |
upButtonState | UpDownStates | An UpDownStates value that specifies the /// state to draw the up button in |
downButtonRect | The Rectangle that represents the dimensions /// of the down button | |
downButtonClipRect | The Rectangle that represents the clipping area /// for the down button | |
downButtonState | UpDownStates | An UpDownStates value that specifies the /// state to draw the down button in |
Результат | void |
public static DrawUpDownButtons ( |
||
g | The Graphics to draw on | |
upButtonRect | The Rectangle that represents the dimensions /// of the up button | |
upButtonState | UpDownStates | An UpDownStates value that specifies the /// state to draw the up button in |
downButtonRect | The Rectangle that represents the dimensions /// of the down button | |
downButtonState | UpDownStates | An UpDownStates value that specifies the /// state to draw the down button in |
Результат | void |