Invoked when the owner property has changed Syntax
Processes a mnemonic character. Syntax Parameters charCode The character to process. Return Value true if the character was processed as a mnemonic by the control; otherwise, false.
Invoked when the TabKey is pressed. Syntax Parameters forward Tab forward Return Value False to have it continue
Invoked when the visibility of the control is being changed. Syntax Parameters value New visibility
Enumeration of dock areas where the pane may be located. Syntax Members Member Description DockedBottom Docked on the bottom edge of the container. DockedLeft Docked on the containers left side. DockedRight Docked on the containers right side. DockedTop Docked on the top edge of the container. Floating A floating ...
Enumeration of the sides on which a pane may be docked. Syntax Members Member Description Bottom Docked on the bottom Left Docked on the left side Right Docked on the right side Top Docked on the top Example The following examples demonstrates initializing the Settings property of a DockableControlPane to control ...
Enumeration of the different docked states for a pane. Syntax Members Member Description Docked The pane is docked to a container. Floating The pane is floating. Example The following code uses the InitializePane event to initialize values on the dock areas created automatically as a pane is repositioned by the us...
Class for managing the events of an UltraDockManager object. It maintains an enabled flag for each event as well as a nested in progress count. Syntax Example The following sample code illustrates how to use the UltraDockManagers event manager