Click or drag to resize

MccTabControl Methods

The MccTabControl type exposes the following members.

Methods
  NameDescription
Protected methodAccessibilityNotifyClients(AccessibleEvents, Int32)
Notifies the accessibility client applications of the specified AccessibleEvents for the specified child control.
(Inherited from Control.)
Protected methodAccessibilityNotifyClients(AccessibleEvents, Int32, Int32)
Notifies the accessibility client applications of the specified AccessibleEvents for the specified child control .
(Inherited from Control.)
Public methodBeginInvoke(Delegate)
Executes the specified delegate asynchronously on the thread that the control's underlying handle was created on.
(Inherited from Control.)
Public methodBeginInvoke(Delegate, Object)
Executes the specified delegate asynchronously with the specified arguments, on the thread that the control's underlying handle was created on.
(Inherited from Control.)
Public methodBeginUpdate (Inherited from UltraControlBase.)
Public methodBringToFront
Brings the control to the front of the z-order.
(Inherited from Control.)
Public methodContains
Retrieves a value indicating whether the specified control is a child of the control.
(Inherited from Control.)
Protected methodCreateAccessibilityInstance (Inherited from UltraTabControlBase.)
Protected methodCreateComponentRole (Inherited from UltraTabControl.)
Public methodCreateControl
Forces the creation of the visible control, including the creation of the handle and any visible child controls.
(Inherited from Control.)
Protected methodCreateControlsInstance (Inherited from UltraTabControlBase.)
Public methodCreateGraphics
Creates the Graphics for the control.
(Inherited from Control.)
Protected methodCreateHandle
Creates a handle for the control.
(Inherited from Control.)
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Protected methodCreateTabAccessibilityInstance (Inherited from UltraTabControlBase.)
Protected methodDefWndProc
Sends the specified message to the default window procedure.
(Inherited from Control.)
Protected methodDestroyHandle
Destroys the handle associated with the control.
(Inherited from Control.)
Public methodDispose
Releases all resources used by the Component.
(Inherited from Component.)
Protected methodDispose(Boolean) (Inherited from UltraTabControl.)
Public methodDoDragDrop
Begins a drag-and-drop operation.
(Inherited from Control.)
Protected methodDrawControl(Control, Graphics, Rectangle, Rectangle) (Inherited from UltraControlBase.)
Protected methodDrawControl(Control, Graphics, Rectangle, Rectangle, Single) (Inherited from UltraControlBase.)
Protected methodDrawControl(Control, Graphics, Rectangle, Rectangle, ImageAttributes) (Inherited from UltraControlBase.)
Public methodDrawToBitmap
Supports rendering to the specified bitmap.
(Inherited from Control.)
Public methodEndInvoke
Retrieves the return value of the asynchronous operation represented by the IAsyncResult passed.
(Inherited from Control.)
Public methodEndUpdate (Inherited from UltraControlBase.)
Public methodEndUpdate(Boolean) (Inherited from UltraTabControlBase.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
(Inherited from Component.)
Public methodFindForm
Retrieves the form that the control is on.
(Inherited from Control.)
Public methodFocus
Sets input focus to the control.
(Inherited from Control.)
Protected methodForwardMouseMove (Inherited from UltraControlBase.)
Protected methodGetAccessibilityObjectById
Retrieves the specified AccessibleObject.
(Inherited from Control.)
Protected methodGetAutoSizeMode
Retrieves a value indicating how a control will behave when its AutoSize property is enabled.
(Inherited from Control.)
Public methodGetChildAtPoint(Point)
Retrieves the child control that is located at the specified coordinates.
(Inherited from Control.)
Public methodGetChildAtPoint(Point, GetChildAtPointSkip)
Retrieves the child control that is located at the specified coordinates, specifying whether to ignore child controls of a certain type.
(Inherited from Control.)
Public methodGetContainerControl
Returns the next ContainerControl up the control's chain of parent controls.
(Inherited from Control.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodGetNextControl
Retrieves the next control forward or back in the tab order of child controls.
(Inherited from Control.)
Public methodGetPreferredSize
Retrieves the size of a rectangular area into which a control can be fitted.
(Inherited from Control.)
Protected methodGetScaledBounds
Retrieves the bounds within which the control is scaled.
(Inherited from Control.)
Protected methodGetSelectionManager (Inherited from UltraControlBase.)
Protected methodGetService
Returns an object that represents a service provided by the Component or by its Container.
(Inherited from Component.)
Protected methodGetStyle
Retrieves the value of the specified control style bit for the control.
(Inherited from Control.)
Protected methodGetTopLevel
Determines if the control is a top-level control.
(Inherited from Control.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHide
Conceals the control from the user.
(Inherited from Control.)
Public methodInitializeDataRepeaterClone (Inherited from UltraControlBase.)
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodInitLayout
Called after the control has been added to another container.
(Inherited from Control.)
Public methodInvalidate (Inherited from UltraControlBase.)
Public methodInvalidate(Rectangle) (Inherited from UltraControlBase.)
Public methodInvalidate(Boolean) (Inherited from UltraControlBase.)
Public methodInvalidate(Region) (Inherited from UltraControlBase.)
Public methodInvalidate(Rectangle, Boolean) (Inherited from UltraControlBase.)
Public methodInvalidate(Region, Boolean) (Inherited from UltraControlBase.)
Public methodInvoke(Delegate)
Executes the specified delegate on the thread that owns the control's underlying window handle.
(Inherited from Control.)
Public methodInvoke(Delegate, Object)
Executes the specified delegate, on the thread that owns the control's underlying window handle, with the specified list of arguments.
(Inherited from Control.)
Protected methodInvokeGotFocus
Raises the GotFocus event for the specified control.
(Inherited from Control.)
Protected methodInvokeLostFocus
Raises the LostFocus event for the specified control.
(Inherited from Control.)
Protected methodInvokeOnClick
Raises the Click event for the specified control.
(Inherited from Control.)
Protected methodInvokePaint
Raises the Paint event for the specified control.
(Inherited from Control.)
Protected methodInvokePaintBackground
Raises the PaintBackground event for the specified control.
(Inherited from Control.)
Protected methodIsInputChar
Determines if a character is an input character that the control recognizes.
(Inherited from Control.)
Protected methodIsInputKey (Inherited from UltraTabControlBase.)
Protected methodIsPointDesignTimeActive (Inherited from UltraTabControlBase.)
Public methodLoadTabOrderFromBinary (Inherited from UltraTabControlBase.)
Public methodLoadTabOrderFromXml (Inherited from UltraTabControlBase.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodMemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
Protected methodNotifyDesignEnvironmentOfChange (Inherited from UltraControlBase.)
Protected methodNotifyInvalidate
Raises the Invalidated event with a specified region of the control to invalidate.
(Inherited from Control.)
Protected methodNotifyPropChange(Enum) (Inherited from UltraControlBase.)
Protected methodNotifyPropChange(Enum, PropChangeInfo) (Inherited from UltraControlBase.)
Protected methodOnActiveTabChanged (Inherited from UltraTabControlBase.)
Protected methodOnActiveTabChanging (Inherited from UltraTabControlBase.)
Protected methodOnAutoSizeChanged
Raises the AutoSizeChanged event.
(Inherited from Control.)
Protected methodOnBackColorChanged (Inherited from UltraControlBase.)
Protected methodOnBackgroundImageChanged
Raises the BackgroundImageChanged event.
(Inherited from Control.)
Protected methodOnBackgroundImageLayoutChanged (Inherited from Control.)
Protected methodOnBeginInit (Inherited from UltraTabControlBase.)
Protected methodOnBindingContextChanged
Raises the BindingContextChanged event.
(Inherited from Control.)
Protected methodOnCausesValidationChanged
Raises the CausesValidationChanged event.
(Inherited from Control.)
Protected methodOnChangeUICues
Raises the ChangeUICues event.
(Inherited from Control.)
Protected methodOnClick (Inherited from UltraControlBase.)
Protected methodOnClientSizeChanged
Raises the ClientSizeChanged event.
(Inherited from Control.)
Protected methodOnContextMenuChanged
Raises the ContextMenuChanged event.
(Inherited from Control.)
Protected methodOnContextMenuStripChanged
Raises the ContextMenuStripChanged event.
(Inherited from Control.)
Protected methodOnControlAdded
Raises the ControlAdded event.
(Inherited from Control.)
Protected methodOnControlRemoved
Raises the ControlRemoved event.
(Inherited from Control.)
Protected methodOnCreateControl (Inherited from UltraTabControlBase.)
Protected methodOnCursorChanged
Raises the CursorChanged event.
(Inherited from Control.)
Protected methodOnDockChanged
Raises the DockChanged event.
(Inherited from Control.)
Protected methodOnDoubleClick (Inherited from UltraControlBase.)
Protected methodOnDragDrop
Raises the DragDrop event.
(Inherited from Control.)
Protected methodOnDragEnter
Raises the DragEnter event.
(Inherited from Control.)
Protected methodOnDragLeave
Raises the DragLeave event.
(Inherited from Control.)
Protected methodOnDragOver
Raises the DragOver event.
(Inherited from Control.)
Protected methodOnEnabledChanged
Raises the EnabledChanged event.
(Inherited from Control.)
Protected methodOnEndInit (Inherited from UltraTabControlBase.)
Protected methodOnEnter (Inherited from UltraTabControlBase.)
Protected methodOnFontChanged (Inherited from UltraTabControlBase.)
Protected methodOnForeColorChanged
Raises the ForeColorChanged event.
(Inherited from Control.)
Protected methodOnGiveFeedback
Raises the GiveFeedback event.
(Inherited from Control.)
Protected methodOnGotFocus (Inherited from UltraTabControlBase.)
Protected methodOnHandleCreated (Inherited from UltraControlBase.)
Protected methodOnHandleDestroyed (Inherited from UltraControlBase.)
Protected methodOnHelpRequested
Raises the HelpRequested event.
(Inherited from Control.)
Protected methodOnImeModeChanged
Raises the ImeModeChanged event.
(Inherited from Control.)
Protected methodOnInvalidated
Raises the Invalidated event.
(Inherited from Control.)
Protected methodOnKeyDown (Inherited from UltraControlBase.)
Protected methodOnKeyPress (Inherited from UltraControlBase.)
Protected methodOnKeyUp
Raises the KeyUp event.
(Inherited from Control.)
Protected methodOnLayout
Raises the Layout event.
(Inherited from Control.)
Protected methodOnLeave (Inherited from UltraTabControlBase.)
Protected methodOnLocationChanged
Raises the LocationChanged event.
(Inherited from Control.)
Protected methodOnLostFocus (Inherited from UltraTabControlBase.)
Protected methodOnMarginChanged
Raises the MarginChanged event.
(Inherited from Control.)
Protected methodOnMouseCaptureChanged
Raises the MouseCaptureChanged event.
(Inherited from Control.)
Protected methodOnMouseClick
Raises the MouseClick event.
(Inherited from Control.)
Protected methodOnMouseDoubleClick
Raises the MouseDoubleClick event.
(Inherited from Control.)
Protected methodOnMouseDown (Inherited from UltraControlBase.)
Protected methodOnMouseEnter (Inherited from UltraControlBase.)
Protected methodOnMouseEnterElement (Inherited from UltraTabControlBase.)
Protected methodOnMouseHover (Inherited from UltraControlBase.)
Protected methodOnMouseLeave (Inherited from UltraControlBase.)
Protected methodOnMouseLeaveElement (Inherited from UltraTabControlBase.)
Protected methodOnMouseMove (Inherited from UltraControlBase.)
Protected methodOnMouseUp (Inherited from UltraControlBase.)
Protected methodOnMouseWheel
Raises the MouseWheel event.
(Inherited from Control.)
Protected methodOnMove
Raises the Move event.
(Inherited from Control.)
Protected methodOnNotifyMessage
Notifies the control of Windows messages.
(Inherited from Control.)
Protected methodOnOffice2007ColorSchemeChanged (Inherited from UltraTabControl.)
Protected methodOnPaddingChanged
Raises the PaddingChanged event.
(Inherited from Control.)
Protected methodOnPaint (Inherited from UltraTabControlBase.)
Protected methodOnPaintBackground
Paints the background of the control.
(Inherited from Control.)
Protected methodOnParentBackColorChanged
Raises the BackColorChanged event when the BackColor property value of the control's container changes.
(Inherited from Control.)
Protected methodOnParentBackgroundImageChanged
Raises the BackgroundImageChanged event when the BackgroundImage property value of the control's container changes.
(Inherited from Control.)
Protected methodOnParentBindingContextChanged
Raises the BindingContextChanged event when the BindingContext property value of the control's container changes.
(Inherited from Control.)
Protected methodOnParentChanged (Inherited from UltraControlBase.)
Protected methodOnParentCursorChanged
Raises the CursorChanged event.
(Inherited from Control.)
Protected methodOnParentEnabledChanged
Raises the EnabledChanged event when the Enabled property value of the control's container changes.
(Inherited from Control.)
Protected methodOnParentFontChanged
Raises the FontChanged event when the Font property value of the control's container changes.
(Inherited from Control.)
Protected methodOnParentForeColorChanged
Raises the ForeColorChanged event when the ForeColor property value of the control's container changes.
(Inherited from Control.)
Protected methodOnParentRightToLeftChanged
Raises the RightToLeftChanged event when the RightToLeft property value of the control's container changes.
(Inherited from Control.)
Protected methodOnParentVisibleChanged
Raises the VisibleChanged event when the Visible property value of the control's container changes.
(Inherited from Control.)
Protected methodOnPerformedAction (Inherited from UltraTabControlBase.)
Protected methodOnPerformingAction (Inherited from UltraTabControlBase.)
Protected methodOnPreviewKeyDown
Raises the PreviewKeyDown event.
(Inherited from Control.)
Protected methodOnPrint
Raises the Paint event.
(Inherited from Control.)
Protected methodOnPropertyChanged (Inherited from UltraTabControlBase.)
Protected methodOnQueryContinueDrag
Raises the QueryContinueDrag event.
(Inherited from Control.)
Protected methodOnRegionChanged
Raises the RegionChanged event.
(Inherited from Control.)
Protected methodOnResize (Inherited from UltraTabControlBase.)
Protected methodOnRightToLeftChanged
Raises the RightToLeftChanged event.
(Inherited from Control.)
Protected methodOnSelectedTabChanged (Inherited from UltraTabControlBase.)
Protected methodOnSelectedTabChanging (Inherited from UltraTabControlBase.)
Protected methodOnSizeChanged
Raises the SizeChanged event.
(Inherited from Control.)
Protected methodOnStyleChanged
Raises the StyleChanged event.
(Inherited from Control.)
Protected methodOnSubObjectPropChanged (Inherited from UltraTabControlBase.)
Protected methodOnSystemColorsChanged
Raises the SystemColorsChanged event.
(Inherited from Control.)
Protected methodOnTabClosed (Inherited from UltraTabControlBase.)
Protected methodOnTabClosing (Inherited from UltraTabControlBase.)
Protected methodOnTabIndexChanged
Raises the TabIndexChanged event.
(Inherited from Control.)
Protected methodOnTabMoved (Inherited from UltraTabControlBase.)
Protected methodOnTabMoving (Inherited from UltraTabControlBase.)
Protected methodOnTabPageResized (Inherited from UltraTabControlBase.)
Protected methodOnTabScrolled (Inherited from UltraTabControlBase.)
Protected methodOnTabScrolling (Inherited from UltraTabControlBase.)
Protected methodOnTabStopChanged
Raises the TabStopChanged event.
(Inherited from Control.)
Protected methodOnTextChanged
Raises the TextChanged event.
(Inherited from Control.)
Protected methodOnThemeChanged (Inherited from UltraControlBase.)
Protected methodOnValidated
Raises the Validated event.
(Inherited from Control.)
Protected methodOnValidating
Raises the Validating event.
(Inherited from Control.)
Protected methodOnVisibleChanged (Inherited from UltraControlBase.)
Public methodPerformAction (Inherited from UltraTabControlBase.)
Public methodPerformLayout
Forces the control to apply layout logic to all its child controls.
(Inherited from Control.)
Public methodPerformLayout(Control, String)
Forces the control to apply layout logic to all its child controls.
(Inherited from Control.)
Public methodPointToClient
Computes the location of the specified screen point into client coordinates.
(Inherited from Control.)
Public methodPointToScreen
Computes the location of the specified client point into screen coordinates.
(Inherited from Control.)
Public methodPreProcessControlMessage
Preprocesses keyboard or input messages within the message loop before they are dispatched.
(Inherited from Control.)
Public methodPreProcessMessage
Preprocesses keyboard or input messages within the message loop before they are dispatched.
(Inherited from Control.)
Protected methodProcessCmdKey
Processes a command key.
(Inherited from Control.)
Protected methodProcessDialogChar
Processes a dialog character.
(Inherited from Control.)
Protected methodProcessDialogKey
탭이동 단축키를 적용 합니다. CTRL + T
(Overrides UltraTabControlBase.ProcessDialogKey(Keys).)
Protected methodProcessKeyEventArgs
Processes a key message and generates the appropriate control events.
(Inherited from Control.)
Protected methodProcessKeyMessage
Processes a keyboard message.
(Inherited from Control.)
Protected methodProcessKeyPreview
Previews a keyboard message.
(Inherited from Control.)
Protected methodProcessMnemonic (Inherited from UltraTabControlBase.)
Protected methodRaiseDragEvent
Raises the appropriate drag event.
(Inherited from Control.)
Protected methodRaiseKeyEvent
Raises the appropriate key event.
(Inherited from Control.)
Protected methodRaiseMouseEvent
Raises the appropriate mouse event.
(Inherited from Control.)
Protected methodRaisePaintEvent
Raises the appropriate paint event.
(Inherited from Control.)
Protected methodRecreateHandle
Forces the re-creation of the handle for the control.
(Inherited from Control.)
Public methodRectangleToClient
Computes the size and location of the specified screen rectangle in client coordinates.
(Inherited from Control.)
Public methodRectangleToScreen
Computes the size and location of the specified client rectangle in screen coordinates.
(Inherited from Control.)
Public methodRefresh (Inherited from UltraControlBase.)
Public methodResetActiveTabAppearance (Inherited from UltraTabControlBase.)
Public methodResetAllowTabClosing (Inherited from UltraTabControlBase.)
Public methodResetAllowTabMoving (Inherited from UltraTabControlBase.)
Public methodResetAppearance (Inherited from UltraTabControlBase.)
Public methodResetAppearances (Inherited from UltraTabControlBase.)
Public methodResetAutoSelect (Inherited from UltraTabControlBase.)
Public methodResetAutoSelectDelay (Inherited from UltraTabControlBase.)
Public methodResetClientAreaAppearance (Inherited from UltraTabControlBase.)
Public methodResetCloseButtonAppearance (Inherited from UltraTabControlBase.)
Public methodResetCloseButtonLocation (Inherited from UltraTabControlBase.)
Public methodResetHotTrackAppearance (Inherited from UltraTabControlBase.)
Public methodResetHotTrackCloseButtonAppearance (Inherited from UltraTabControlBase.)
Public methodResetImageList (Inherited from UltraTabControlBase.)
Public methodResetImageSize (Inherited from UltraTabControlBase.)
Public methodResetImageTransparentColor (Inherited from UltraTabControlBase.)
Public methodResetInterRowSpacing (Inherited from UltraTabControlBase.)
Public methodResetInterTabSpacing (Inherited from UltraTabControlBase.)
Public methodResetMaxVisibleTabRows (Inherited from UltraTabControlBase.)
Protected methodResetMouseEventArgs
Resets the control to handle the MouseLeave event.
(Inherited from Control.)
Public methodResetMultiRowSelectionStyle (Inherited from UltraTabControlBase.)
Public methodResetNavigationStyle (Inherited from UltraTabControlBase.)
Public methodResetPressedCloseButtonAppearance (Inherited from UltraTabControlBase.)
Public methodResetScaleImages (Inherited from UltraTabControlBase.)
Public methodResetScrollArrowStyle (Inherited from UltraTabControlBase.)
Public methodResetScrollButtonAppearance (Inherited from UltraTabControlBase.)
Public methodResetScrollButtons (Inherited from UltraTabControlBase.)
Public methodResetScrollButtonStyle (Inherited from UltraTabControlBase.)
Public methodResetScrollButtonTypes (Inherited from UltraTabControlBase.)
Public methodResetScrollTrackAppearance (Inherited from UltraTabControlBase.)
Public methodResetSelectedTabAppearance (Inherited from UltraTabControlBase.)
Public methodResetShowButtonSeparators (Inherited from UltraTabControlBase.)
Public methodResetShowPartialTabs (Inherited from UltraTabControlBase.)
Public methodResetShowTabListButton (Inherited from UltraTabControlBase.)
Public methodResetShowToolTips (Inherited from UltraTabControlBase.)
Public methodResetStyle (Inherited from UltraTabControlBase.)
Public methodResetTabButtonStyle (Inherited from UltraTabControlBase.)
Public methodResetTabCloseButtonAlignment (Inherited from UltraTabControlBase.)
Public methodResetTabCloseButtonVisibility (Inherited from UltraTabControlBase.)
Public methodResetTabHeaderAreaAppearance (Inherited from UltraTabControlBase.)
Public methodResetTabLayoutStyle (Inherited from UltraTabControlBase.)
Public methodResetTabListButtonAppearance (Inherited from UltraTabControlBase.)
Public methodResetTabOrientation (Inherited from UltraTabControlBase.)
Public methodResetTabPadding (Inherited from UltraTabControlBase.)
Public methodResetTabPageMargins (Inherited from UltraTabControlBase.)
Public methodResetTabs (Inherited from UltraTabControlBase.)
Public methodResetTabSize (Inherited from UltraTabControlBase.)
Public methodResetTabsPerRow (Inherited from UltraTabControlBase.)
Public methodResetText
Resets the Text property to its default value.
(Inherited from Control.)
Public methodResetTextOrientation (Inherited from UltraTabControlBase.)
Public methodResetUseHotTracking (Inherited from UltraTabControlBase.)
Public methodResetUseMnemonics (Inherited from UltraTabControlBase.)
Public methodResetViewStyle (Inherited from UltraTabControlBase.)
Public methodResolveAppearance (Inherited from UltraTabControlBase.)
Public methodResolveClientAreaAppearance (Inherited from UltraTabControlBase.)
Public methodRestoreTabOrder (Inherited from UltraTabControlBase.)
Public methodResumeLayout
Resumes usual layout logic.
(Inherited from Control.)
Public methodResumeLayout(Boolean)
Resumes usual layout logic, optionally forcing an immediate layout of pending layout requests.
(Inherited from Control.)
Protected methodRtlTranslateAlignment(HorizontalAlignment)
Converts the specified HorizontalAlignment to the appropriate HorizontalAlignment to support right-to-left text.
(Inherited from Control.)
Protected methodRtlTranslateAlignment(LeftRightAlignment)
Converts the specified LeftRightAlignment to the appropriate LeftRightAlignment to support right-to-left text.
(Inherited from Control.)
Protected methodRtlTranslateAlignment(ContentAlignment)
Converts the specified ContentAlignment to the appropriate ContentAlignment to support right-to-left text.
(Inherited from Control.)
Protected methodRtlTranslateContent
Converts the specified ContentAlignment to the appropriate ContentAlignment to support right-to-left text.
(Inherited from Control.)
Protected methodRtlTranslateHorizontal
Converts the specified HorizontalAlignment to the appropriate HorizontalAlignment to support right-to-left text.
(Inherited from Control.)
Protected methodRtlTranslateLeftRight
Converts the specified LeftRightAlignment to the appropriate LeftRightAlignment to support right-to-left text.
(Inherited from Control.)
Public methodSaveTabOrderAsBinary (Inherited from UltraTabControlBase.)
Public methodSaveTabOrderAsXml (Inherited from UltraTabControlBase.)
Public methodScale
Scales the control and all child controls by the specified scaling factor.
(Inherited from Control.)
Protected methodScaleControl (Inherited from UltraTabControlBase.)
Public methodScroll (Inherited from UltraTabControlBase.)
Protected methodScrollControl (Inherited from UltraControlBase.)
Public methodSelect
Activates the control.
(Inherited from Control.)
Protected methodSelect(Boolean, Boolean)
Activates a child control. Optionally specifies the direction in the tab order to select the control from.
(Inherited from Control.)
Public methodSelectNextControl
Activates the next control.
(Inherited from Control.)
Public methodSendToBack
Sends the control to the back of the z-order.
(Inherited from Control.)
Protected methodSetAutoSizeMode
Sets a value indicating how a control will behave when its AutoSize property is enabled.
(Inherited from Control.)
Public methodSetBounds(Int32, Int32, Int32, Int32)
Sets the bounds of the control to the specified location and size.
(Inherited from Control.)
Public methodSetBounds(Int32, Int32, Int32, Int32, BoundsSpecified)
Sets the specified bounds of the control to the specified location and size.
(Inherited from Control.)
Protected methodSetBoundsCore
Performs the work of setting the specified bounds of this control.
(Inherited from Control.)
Protected methodSetClientSizeCore
Sets the size of the client area of the control.
(Inherited from Control.)
Protected methodSetFocusToNextControl (Inherited from UltraControlBase.)
Protected methodSetStyle
Sets a specified ControlStyles flag to either true or false.
(Inherited from Control.)
Protected methodSetTopLevel
Sets the control as the top-level control.
(Inherited from Control.)
Protected methodSetVisibleCore
Sets the control to the specified visible state.
(Inherited from Control.)
Protected methodShouldSerializeActiveTabAppearance (Inherited from UltraTabControlBase.)
Public methodShouldSerializeAllowTabClosing (Inherited from UltraTabControlBase.)
Protected methodShouldSerializeAllowTabMoving (Inherited from UltraTabControlBase.)
Protected methodShouldSerializeAppearance (Inherited from UltraTabControlBase.)
Protected methodShouldSerializeAutoSelect (Inherited from UltraTabControlBase.)
Protected methodShouldSerializeAutoSelectDelay (Inherited from UltraTabControlBase.)
Protected methodShouldSerializeClientAreaAppearance (Inherited from UltraTabControlBase.)
Protected methodShouldSerializeCloseButtonAppearance (Inherited from UltraTabControlBase.)
Public methodShouldSerializeCloseButtonLocation (Inherited from UltraTabControlBase.)
Protected methodShouldSerializeHotTrackAppearance (Inherited from UltraTabControlBase.)
Protected methodShouldSerializeHotTrackCloseButtonAppearance (Inherited from UltraTabControlBase.)
Protected methodShouldSerializeImageList (Inherited from UltraTabControlBase.)
Protected methodShouldSerializeImageSize (Inherited from UltraTabControlBase.)
Protected methodShouldSerializeImageTransparentColor (Inherited from UltraTabControlBase.)
Protected methodShouldSerializeInterRowSpacing (Inherited from UltraTabControlBase.)
Protected methodShouldSerializeInterTabSpacing (Inherited from UltraTabControlBase.)
Protected methodShouldSerializeMaxVisibleTabRows (Inherited from UltraTabControlBase.)
Protected methodShouldSerializeMultiRowSelectionStyle (Inherited from UltraTabControlBase.)
Protected methodShouldSerializeNavigationStyle (Inherited from UltraTabControlBase.)
Protected methodShouldSerializePressedCloseButtonAppearance (Inherited from UltraTabControlBase.)
Protected methodShouldSerializeScaleImages (Inherited from UltraTabControlBase.)
Protected methodShouldSerializeScrollArrowStyle (Inherited from UltraTabControlBase.)
Protected methodShouldSerializeScrollButtonAppearance (Inherited from UltraTabControlBase.)
Protected methodShouldSerializeScrollButtons (Inherited from UltraTabControlBase.)
Protected methodShouldSerializeScrollButtonStyle (Inherited from UltraTabControlBase.)
Protected methodShouldSerializeScrollButtonTypes (Inherited from UltraTabControlBase.)
Protected methodShouldSerializeScrollTrackAppearance (Inherited from UltraTabControlBase.)
Protected methodShouldSerializeSelectedTabAppearance (Inherited from UltraTabControlBase.)
Protected methodShouldSerializeShowButtonSeparators (Inherited from UltraTabControlBase.)
Protected methodShouldSerializeShowPartialTabs (Inherited from UltraTabControlBase.)
Protected methodShouldSerializeShowTabListButton (Inherited from UltraTabControlBase.)
Protected methodShouldSerializeShowToolTips (Inherited from UltraTabControlBase.)
Protected methodShouldSerializeStyle (Inherited from UltraTabControlBase.)
Protected methodShouldSerializeTabButtonStyle (Inherited from UltraTabControlBase.)
Public methodShouldSerializeTabCloseButtonAlignment (Inherited from UltraTabControlBase.)
Public methodShouldSerializeTabCloseButtonVisibility (Inherited from UltraTabControlBase.)
Protected methodShouldSerializeTabHeaderAreaAppearance (Inherited from UltraTabControlBase.)
Protected methodShouldSerializeTabLayoutStyle (Inherited from UltraTabControlBase.)
Protected methodShouldSerializeTabListButtonAppearance (Inherited from UltraTabControlBase.)
Protected methodShouldSerializeTabOrientation (Inherited from UltraTabControlBase.)
Protected methodShouldSerializeTabPadding (Inherited from UltraTabControlBase.)
Protected methodShouldSerializeTabPageMargins (Inherited from UltraTabControlBase.)
Protected methodShouldSerializeTabSize (Inherited from UltraTabControlBase.)
Protected methodShouldSerializeTabsPerRow (Inherited from UltraTabControlBase.)
Protected methodShouldSerializeTextOrientation (Inherited from UltraTabControlBase.)
Protected methodShouldSerializeUseHotTracking (Inherited from UltraTabControlBase.)
Protected methodShouldSerializeUseMnemonics (Inherited from UltraTabControlBase.)
Protected methodShouldSerializeViewStyle (Inherited from UltraTabControlBase.)
Public methodShow
Displays the control to the user.
(Inherited from Control.)
Protected methodSizeFromClientSize
Determines the size of the entire control from the height and width of its client area.
(Inherited from Control.)
Public methodSuspendLayout
Temporarily suspends the layout logic for the control.
(Inherited from Control.)
Public methodTabFromPoint (Inherited from UltraTabControlBase.)
Public methodToString
Returns a String containing the name of the Component, if any. This method should not be overridden.
(Inherited from Component.)
Public methodUpdate (Inherited from UltraControlBase.)
Protected methodUpdateBounds
Updates the bounds of the control with the current size and location.
(Inherited from Control.)
Protected methodUpdateBounds(Int32, Int32, Int32, Int32)
Updates the bounds of the control with the specified size and location.
(Inherited from Control.)
Protected methodUpdateBounds(Int32, Int32, Int32, Int32, Int32, Int32)
Updates the bounds of the control with the specified size, location, and client size.
(Inherited from Control.)
Protected methodUpdateStyles
Forces the assigned styles to be reapplied to the control.
(Inherited from Control.)
Protected methodUpdateZOrder
Updates the control in its parent's z-order.
(Inherited from Control.)
Protected methodWndProc
Processes Windows messages.
(Inherited from Control.)
Top
See Also