프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CalculateBelowPopupRect | |||
CreateToolStripRenderer | System.Windows.Forms.ToolStripRenderer | ||
GetResolvedPalette | IPalette | ||
OnPerformRefresh | void | ||
PerformNeedPaint | void |
메소드 | 설명 | |
---|---|---|
AllowMouseMove ( |
Should the mouse move at provided screen point be allowed.
|
|
DefineShadowPaths ( |
Define the drawing paths for the shadow.
|
|
DoesCurrentMouseDownContinueTracking ( |
Should a mouse down at the provided point allow tracking to continue.
|
|
DoesCurrentMouseDownEndAllTracking ( |
Should a mouse down at the provided point cause an end to popup tracking.
|
|
DoesMouseDownGetEaten ( |
Should the mouse down be eaten when the tracking has been ended.
|
|
DoesStackedClientMouseDownBecomeCurrent ( |
Should a mouse down at the provided point cause it to become the current tracking popup.
|
|
GetViewManager ( ) : |
Gets access to the view manager of the popup.
|
|
Show ( |
Show the popup using the provided rectangle as the screen rect.
|
|
Show ( |
Show the popup with the given size but relative to the provided parent rectangle.
|
|
VisualPopup ( IRenderer renderer, bool shadow ) : System |
Initialize a new instance of the VisualPopup class.
|
|
VisualPopup ( |
Initialize a new instance of the VisualPopup class.
|
|
VisualPopup ( bool shadow ) : System |
Initialize a new instance of the VisualPopup class.
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnDoubleClick ( |
Raises the DoubleClick event.
|
|
OnKeyDown ( |
Raises the KeyDown event.
|
|
OnKeyPress ( |
Raises the KeyPress event.
|
|
OnKeyUp ( |
Raises the KeyUp event.
|
|
OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void |
Raises the Layout event.
|
|
OnMouseDown ( MouseEventArgs e ) : void |
Raises the MouseDown event.
|
|
OnMouseLeave ( |
Raises the MouseLeave event.
|
|
OnMouseMove ( MouseEventArgs e ) : void |
Raises the MouseMove event.
|
|
OnMouseUp ( MouseEventArgs e ) : void |
Raises the MouseUp event.
|
|
OnNeedPaint ( object sender, |
Processes a notification from palette storage of a paint and optional layout required.
|
|
OnPaint ( PaintEventArgs e ) : void |
Raises the Paint event.
|
|
ProcessDialogKey ( Keys keyData ) : bool |
Processes a dialog key.
|
|
WndProc ( |
Processes Windows messages.
|
메소드 | 설명 | |
---|---|---|
CalculateBelowPopupRect ( |
||
CreateToolStripRenderer ( ) : System.Windows.Forms.ToolStripRenderer | ||
GetResolvedPalette ( ) : IPalette | ||
OnPerformRefresh ( ) : void | ||
PerformNeedPaint ( bool needLayout ) : void |
public AllowMouseMove ( |
||
m | Original message. | |
pt | Point | Client coordinates point. |
리턴 | bool |
public DefineShadowPaths ( |
||
path1 | Outer path. | |
path2 | Middle path. | |
path3 | Inside path. | |
리턴 | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
리턴 | void |
public DoesCurrentMouseDownContinueTracking ( |
||
m | Original message. | |
pt | Point | Client coordinates point. |
리턴 | bool |
public DoesCurrentMouseDownEndAllTracking ( |
||
m | Original message. | |
pt | Point | Client coordinates point. |
리턴 | bool |
public DoesMouseDownGetEaten ( |
||
m | Original message. | |
pt | Point | Screen coordinates point. |
리턴 | bool |
public DoesStackedClientMouseDownBecomeCurrent ( |
||
m | Original message. | |
pt | Point | Client coordinates point. |
리턴 | bool |
protected OnDoubleClick ( |
||
e | A KeyEventArgs that contains the event data. | |
리턴 | void |
protected OnKeyDown ( |
||
e | A KeyEventArgs that contains the event data. | |
리턴 | void |
protected OnKeyPress ( |
||
e | A KeyPressEventArgs that contains the event data. | |
리턴 | void |
protected OnKeyUp ( |
||
e | A KeyEventArgs that contains the event data. | |
리턴 | void |
protected OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void | ||
levent | System.Windows.Forms.LayoutEventArgs | A LayoutEventArgs that contains the event data. |
리턴 | void |
protected OnMouseDown ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | A MouseEventArgs that contains the event data. |
리턴 | void |
protected OnMouseLeave ( |
||
e | An EventArgs that contains the event data. | |
리턴 | void |
protected OnMouseMove ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | A MouseEventArgs that contains the event data. |
리턴 | void |
protected OnMouseUp ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | A MouseEventArgs that contains the event data. |
리턴 | void |
protected OnNeedPaint ( object sender, |
||
sender | object | Source of notification. |
e | An NeedLayoutEventArgs containing event data. | |
리턴 | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | A PaintEventArgs that contains the event data. |
리턴 | void |
protected ProcessDialogKey ( Keys keyData ) : bool | ||
keyData | Keys | One of the Keys values that represents the key to process. |
리턴 | bool |
public Show ( |
||
screenRect | Screen rectangle for showing the popup. | |
리턴 | void |
public Show ( |
||
parentScreenRect | Screen rectangle of parent area. | |
popupSize | Size of the popup to show. | |
리턴 | void |
public VisualPopup ( IRenderer renderer, bool shadow ) : System | ||
renderer | IRenderer | Drawing renderer. |
shadow | bool | Does the popup need a shadow effect. |
리턴 | System |
public VisualPopup ( |
||
viewManager | View manager instance for managing view display. | |
renderer | IRenderer | Drawing renderer. |
shadow | bool | Does the popup need a shadow effect. |
리턴 | System |
public VisualPopup ( bool shadow ) : System | ||
shadow | bool | Does the popup need a shadow effect. |
리턴 | System |
protected WndProc ( |
||
m | The Windows Message to process. | |
리턴 | void |