Version

Search Results

OnPropertyChanged Method

Invoked when a property on the component or subobject of the component has changed. Syntax Parameters e Event arguments detailing the property change notification Example The following sample code illustrates how the PropertyChanged event can be used. For an overview of how to handle events in Visual Basic or Visu...

OnSubObjectPropChanged Method (UltraDockManager)

Called when a property on a sub object has changed. Syntax Parameters propChangeInfo A structure containing the property change information.

PaneActivate Event

Occurs when the control contained within a DockableControlPane is activated. Syntax Event Data The event handler receives an argument of type ControlPaneEventArgs containing data related to this event. The following ControlPaneEventArgs properties provide information specific to this event.Property Description Pan...

PaneDeactivate Event

Occurs when the control contained within a DockableControlPane is deactivated. Syntax Event Data The event handler receives an argument of type ControlPaneEventArgs containing data related to this event. The following ControlPaneEventArgs properties provide information specific to this event.Property Description P...

PaneDisplayed Event

Occurs when a DockableControlPane is brought into view. Syntax Event Data The event handler receives an argument of type PaneDisplayedEventArgs containing data related to this event. The following PaneDisplayedEventArgs properties provide information specific to this event.Property Description Pane (Inherited from...

PaneFromControl Method

Returns the DockableControlPane which contains the specified control. Syntax Parameters control Control contained within a DockableControlPane Return Value The DockableControlPane containing the control or null if there is no pane that contains the control. Example The following examples demonstrates initializing ...

PaneFromKey Method

Returns the pane with the specified key. Syntax Parameters key Key of the pane to return Return Value A pane which has the specified key or null if none were found. Example The following example demonstrates the various methods for pinning one or more DockableControlPane instances.

PaneFromPosition(Int32,Int32,Boolean) Method

Returns the pane at the specified position. Syntax Parameters x X coordinate in screen coordinatesy Y coordinate in screen coordinatesignoreFloatingWindows True if any floating pane windows should be ignored. Return Value The pane at the specified coordinates or null if no pane was found. Example The following met...

PaneFromPosition(Point,Boolean) Method

Returns the pane at the specified position. Syntax Parameters pt Point in screen coordinates.ignoreFloatingWindows True if any floating pane windows should be ignored. Return Value The pane at the specified coordinates or null if no pane was found. Example The following method demonstrates the ElementFromPoint and...

PaneFromPosition Method

Returns the pane at the specified position. Overload List