Свойство | Type | Description | |
---|---|---|---|
DropExpando | void | ||
FireCustomSettingsChanged | void | ||
MatchControlCollToExpandoColl | void | ||
OnParentChanged | void | ||
OnParentVisibleChanged | void | ||
UpdateDropPoint | void | ||
UpdateExpandos | void | ||
expando_StateChanged | void |
Méthode | Description | |
---|---|---|
BeginInit ( ) : void |
Signals the TaskPane that initialization is starting
|
|
BeginUpdate ( ) : void |
Prevents the TaskPane from drawing until the EndUpdate method is called
|
|
CollapseAll ( ) : void |
Collaspes all the Expandos contained in the TaskPane
|
|
CollapseAllButOne ( |
Collaspes all the Expandos contained in the TaskPane, except for the specified Expando which is expanded
|
|
DoLayout ( ) : void |
Forces the TaskPane to apply layout logic to child Expandos, and adjusts the Size and Location of the Expandos if necessary
|
|
DoLayout ( bool performRealLayout ) : void |
Forces the TaskPane to apply layout logic to child Expandos, and adjusts the Size and Location of the Expandos if necessary
|
|
EndInit ( ) : void |
Signals the TaskPane that initialization is complete
|
|
EndUpdate ( ) : void |
Resumes drawing of the TaskPane after drawing is suspended by the BeginUpdate method
|
|
ExpandAll ( ) : void |
Expands all the Expandos contained in the TaskPane
|
|
ResetCustomSettings ( ) : void |
Resets the custom settings to their default values
|
|
TaskPane ( ) : System |
Initializes a new instance of the TaskPane class with default settings
|
|
UseClassicTheme ( ) : void |
Forces the TaskPane and all it's Expandos to use a theme equivalent to Windows XPs classic theme
|
|
UseCustomTheme ( string stylePath ) : void |
Forces the TaskPane and all it's Expandos to use the specified theme
|
|
UseDefaultTheme ( ) : void |
Forces the TaskPane and all it's Expandos to use the current system theme
|
Méthode | Description | |
---|---|---|
CalcExpandoLocation ( |
Calculates where the specified Expando should be located
|
|
Dispose ( bool disposing ) : void |
Releases the unmanaged resources used by the TaskPane and optionally releases the managed resources
|
|
OnControlAdded ( System.Windows.Forms.ControlEventArgs e ) : void |
Raises the ControlAdded event
|
|
OnControlRemoved ( System.Windows.Forms.ControlEventArgs e ) : void |
Raises the ControlRemoved event
|
|
OnCustomSettingsChanged ( |
Raises the CustomSettingsChanged event
|
|
OnExpandoAdded ( |
Raises the ExpandoAdded event
|
|
OnExpandoRemoved ( |
Raises the ExpandoRemoved event
|
|
OnExpandoStateChanged ( |
Occurs when the value of an Expandos Collapsed property changes
|
|
OnPaint ( PaintEventArgs e ) : void |
|
|
OnPaintBackground ( PaintEventArgs e ) : void |
Raises the PaintBackground event
|
|
OnSizeChanged ( |
|
|
OnSystemColorsChanged ( |
Raises the SystemColorsChanged event
|
Méthode | Description | |
---|---|---|
DropExpando ( |
"Drops" the specified Expando and moves it to the current drop point
|
|
FireCustomSettingsChanged ( |
Raises the CustomSettingsChanged event
|
|
MatchControlCollToExpandoColl ( ) : void |
Make sure the the expandos index in the ControlCollection are the same as in the ExpandoCollection (indexes in the ExpandoCollection may have changed due to the user moving them around in the editor or calling ExpandoCollection.Move())
|
|
OnParentChanged ( object sender, |
Event handler for the ParentChanged event
|
|
OnParentVisibleChanged ( object sender, |
Event handler for the ParentVisibleChanged event
|
|
UpdateDropPoint ( Point point ) : void |
Calculates the Point that the currently dragged Expando will dropped at based on the specified mouse position
|
|
UpdateExpandos ( ) : void |
Updates the layout of the Expandos while in design mode, and adds/removes Expandos from the ControlCollection as necessary
|
|
expando_StateChanged ( object sender, |
Event handler for the Expando StateChanged event
|
protected CalcExpandoLocation ( |
||
target | ||
Résultat | Point |
public CollapseAllButOne ( |
||
expando | The Expando that is to be expanded | |
Résultat | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | True to release both managed and unmanaged /// resources; false to release only unmanaged resources |
Résultat | void |
public DoLayout ( bool performRealLayout ) : void | ||
performRealLayout | bool | true to execute pending layout /// requests; otherwise, false |
Résultat | void |
protected OnControlAdded ( System.Windows.Forms.ControlEventArgs e ) : void | ||
e | System.Windows.Forms.ControlEventArgs | A ControlEventArgs that contains the event data |
Résultat | void |
protected OnControlRemoved ( System.Windows.Forms.ControlEventArgs e ) : void | ||
e | System.Windows.Forms.ControlEventArgs | A ControlEventArgs that contains the event data |
Résultat | void |
protected OnCustomSettingsChanged ( |
||
e | An EventArgs that contains the event data | |
Résultat | void |
protected OnExpandoAdded ( |
||
e | An ExpandoEventArgs that contains the event data | |
Résultat | void |
protected OnExpandoRemoved ( |
||
e | An ExpandoEventArgs that contains the event data | |
Résultat | void |
protected OnExpandoStateChanged ( |
||
e | An ExpandoEventArgs that contains the event data | |
Résultat | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
Résultat | void |
protected OnPaintBackground ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | A PaintEventArgs that contains the event data |
Résultat | void |
protected OnSizeChanged ( |
||
e | ||
Résultat | void |
protected OnSystemColorsChanged ( |
||
e | An EventArgs that contains the event data | |
Résultat | void |
public UseCustomTheme ( string stylePath ) : void | ||
stylePath | string | The path to the custom /// shellstyle.dll to use |
Résultat | void |