Method | Description | |
---|---|---|
CheckDisposed ( ) : void |
Check to see if the object has been disposed. All public Properties and Methods should call this before doing anything else.
|
|
ColorPickerDropDown ( bool fShowUnspecified, Color selectedColor ) : System |
Encapsulates a color picker drop-down almost just like Word 2003's.
|
|
m_autoItem_Click ( object sender, |
|
|
m_colorMatrix_ColorPicked ( object sender, |
Handle a color change from clicking on one of the colored squares.
|
|
m_moreItem_Click ( object sender, |
Show the color dialog.
|
public ColorPickerDropDown ( bool fShowUnspecified, Color selectedColor ) : System | ||
fShowUnspecified | bool | if set to |
selectedColor | Color | Initial color to select. |
return | System |
public m_autoItem_Click ( object sender, |
||
sender | object | |
e | ||
return | void |
public m_colorMatrix_ColorPicked ( object sender, |
||
sender | object | |
e | ||
return | void |
public m_moreItem_Click ( object sender, |
||
sender | object | |
e | ||
return | void |