C# 클래스 SIL.FieldWorks.Common.Controls.ColorPickerDropDown

상속: System.Windows.Forms.ToolStripDropDown, IFWDisposable
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
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, EventArgs e ) : void

m_colorMatrix_ColorPicked ( object sender, EventArgs e ) : void

Handle a color change from clicking on one of the colored squares.

m_moreItem_Click ( object sender, EventArgs e ) : void

Show the color dialog.

메소드 상세

CheckDisposed() 공개 메소드

Check to see if the object has been disposed. All public Properties and Methods should call this before doing anything else.
public CheckDisposed ( ) : void
리턴 void

ColorPickerDropDown() 공개 메소드

Encapsulates a color picker drop-down almost just like Word 2003's.
public ColorPickerDropDown ( bool fShowUnspecified, Color selectedColor ) : System
fShowUnspecified bool if set to true control will include a button /// for the "automatic" choice (i.e., not explicitly specified).
selectedColor Color Initial color to select.
리턴 System

m_autoItem_Click() 공개 메소드

public m_autoItem_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

m_colorMatrix_ColorPicked() 공개 메소드

Handle a color change from clicking on one of the colored squares.
public m_colorMatrix_ColorPicked ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

m_moreItem_Click() 공개 메소드

Show the color dialog.
public m_moreItem_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void