C# 클래스 PresentationControls.Popup

파일 보기 프로젝트 열기: lallousx86/WEPExplorer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
LastClosedTimeStamp DateTime

공개 메소드들

메소드 설명
PaintSizeGrip ( PaintEventArgs e ) : void

Paints the size grip.

Popup ( Control content ) : System

Initializes a new instance of the PopupControl.Popup class.

Pop-up will be disposed immediately after disposion of the content control.

Show ( Control control ) : void

Shows pop-up window below the specified control.

When there is no space below the specified control, the pop-up control is shown above it.

Show ( Control control, Rectangle area ) : void

Shows pop-up window below the specified area of specified control.

When there is no space below specified area, the pop-up control is shown above it.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnClosed ( ToolStripDropDownClosedEventArgs e ) : void
OnOpened ( EventArgs e ) : void

Raises the E:System.Windows.Forms.ToolStripDropDown.Opened event.

OnOpening ( CancelEventArgs e ) : void

Raises the E:System.Windows.Forms.ToolStripDropDown.Opening event.

OnSizeChanged ( EventArgs e ) : void

Raises the E:System.Windows.Forms.Control.SizeChanged event.

OnVisibleChanged ( EventArgs e ) : void
ProcessDialogKey ( Keys keyData ) : bool

Processes a dialog box key.

SetVisibleCore ( bool visible ) : void

Adjusts the size of the owner T:System.Windows.Forms.ToolStrip to accommodate the T:System.Windows.Forms.ToolStripDropDown if the owner T:System.Windows.Forms.ToolStrip is currently displayed, or clears and resets active T:System.Windows.Forms.ToolStripDropDown child controls of the T:System.Windows.Forms.ToolStrip if the T:System.Windows.Forms.ToolStrip is not currently displayed.

UpdateRegion ( ) : void

Updates the pop-up region.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

InternalProcessResizing ( Message &m, bool contentControl ) : bool
OnGetMinMaxInfo ( Message &m ) : bool
OnNcHitTest ( Message &m, bool contentControl ) : bool
ProcessResizing ( Message &m ) : bool
SetOwnerItem ( Control control ) : void
WndProc ( Message &m ) : void

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

OnClosed() 보호된 메소드

protected OnClosed ( ToolStripDropDownClosedEventArgs e ) : void
e ToolStripDropDownClosedEventArgs
리턴 void

OnOpened() 보호된 메소드

Raises the E:System.Windows.Forms.ToolStripDropDown.Opened event.
protected OnOpened ( EventArgs e ) : void
e EventArgs An that contains the event data.
리턴 void

OnOpening() 보호된 메소드

Raises the E:System.Windows.Forms.ToolStripDropDown.Opening event.
protected OnOpening ( CancelEventArgs e ) : void
e CancelEventArgs A that contains the event data.
리턴 void

OnSizeChanged() 보호된 메소드

Raises the E:System.Windows.Forms.Control.SizeChanged event.
protected OnSizeChanged ( EventArgs e ) : void
e EventArgs An that contains the event data.
리턴 void

OnVisibleChanged() 보호된 메소드

protected OnVisibleChanged ( EventArgs e ) : void
e EventArgs
리턴 void

PaintSizeGrip() 공개 메소드

Paints the size grip.
public PaintSizeGrip ( PaintEventArgs e ) : void
e PaintEventArgs The instance containing the event data.
리턴 void

Popup() 공개 메소드

Initializes a new instance of the PopupControl.Popup class.
Pop-up will be disposed immediately after disposion of the content control.
is null.
public Popup ( Control content ) : System
content Control The content of the pop-up.
리턴 System

ProcessDialogKey() 보호된 메소드

Processes a dialog box key.
protected ProcessDialogKey ( Keys keyData ) : bool
keyData Keys One of the values that represents the key to process.
리턴 bool

SetVisibleCore() 보호된 메소드

Adjusts the size of the owner T:System.Windows.Forms.ToolStrip to accommodate the T:System.Windows.Forms.ToolStripDropDown if the owner T:System.Windows.Forms.ToolStrip is currently displayed, or clears and resets active T:System.Windows.Forms.ToolStripDropDown child controls of the T:System.Windows.Forms.ToolStrip if the T:System.Windows.Forms.ToolStrip is not currently displayed.
protected SetVisibleCore ( bool visible ) : void
visible bool true if the owner is currently displayed; otherwise, false.
리턴 void

Show() 공개 메소드

Shows pop-up window below the specified control.
When there is no space below the specified control, the pop-up control is shown above it.
is null.
public Show ( Control control ) : void
control Control The control below which the pop-up will be shown.
리턴 void

Show() 공개 메소드

Shows pop-up window below the specified area of specified control.
When there is no space below specified area, the pop-up control is shown above it.
is null.
public Show ( Control control, Rectangle area ) : void
control Control The control used to compute screen location of specified area.
area Rectangle The area of control below which the pop-up will be shown.
리턴 void

UpdateRegion() 보호된 메소드

Updates the pop-up region.
protected UpdateRegion ( ) : void
리턴 void

프로퍼티 상세

LastClosedTimeStamp 공개적으로 프로퍼티

public DateTime LastClosedTimeStamp
리턴 DateTime