MobileForms Toolkit Documentation

TabControl Methods

The methods of the TabControl class are listed below. For a complete list of TabControl class members, see the TabControl Members topic.

Public Instance Methods

BeginInit Signals the object that initialization is starting.
BeginInvoke (inherited from Control)Overloaded. Executes the specified delegate asynchronously on the thread that the control's underlying handle was created on.
BringToFront (inherited from Control)Brings the control to the front of the z-order.
CreateGraphics (inherited from Control)Creates the Graphics for the control.
CreateObjRef (inherited from MarshalByRefObject)Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
Dispose (inherited from Component)Overloaded. Releases all resources used by the Component.
EndInit Signals the object that initialization is complete.
EndInvoke (inherited from Control)Retrieves the return value of the asynchronous operation represented by the IAsyncResult passed.
EnsureVisible Scrolls the controls to ensure that chosen item is visible.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
Focus (inherited from Control)Sets input focus to the control.
GetClientArea Gets the toolbar's client area.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetItemAtPoint Gets the toolbar item at specified point.
GetLifetimeService (inherited from MarshalByRefObject)Retrieves the current lifetime service object that controls the lifetime policy for this instance.
GetType (inherited from Object)Gets the Type of the current instance.
Hide (inherited from Control)Conceals the control from the user.
InitializeLifetimeService (inherited from MarshalByRefObject)Obtains a lifetime service object to control the lifetime policy for this instance.
Invalidate (inherited from Control)Overloaded. Invalidates the entire surface of the control and causes the control to be redrawn.
Invoke (inherited from Control)Overloaded. Executes the specified delegate on the thread that owns the control's underlying window handle.
LoadXmlOverloaded. Load the control from the specified location.
PointToClient (inherited from Control)Computes the location of the specified screen point into client coordinates.
PointToScreen (inherited from Control)Computes the location of the specified client point into screen coordinates.
RectangleToClient (inherited from Control)Computes the size and location of the specified screen rectangle in client coordinates.
RectangleToScreen (inherited from Control)Computes the size and location of the specified client rectangle in screen coordinates.
Refresh (inherited from Control)Forces the control to invalidate its client area and immediately redraw itself and any child controls.
ResumeLayoutOverloaded.  
Scale (inherited from Control)Scales the control and all child controls by the specified scaling factor.
SelectNextControl (inherited from Control)Activates the next control.
SendToBack (inherited from Control)Sends the control to the back of the z-order.
Show (inherited from Control)Displays the control to the user.
SuspendLayout 
ToString (inherited from Object)Returns a String that represents the current Object.
Update (inherited from Control)Causes the control to redraw the invalidated regions within its client area.

Protected Instance Methods

CreateControlsInstance (inherited from Control)Creates a new instance of the control collection for the control.
DelayedInit Private use only.
Dispose (inherited from Control)Overloaded. Releases the unmanaged resources used by the Control and its child controls and optionally releases the managed resources.
Finalize (inherited from Component)Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
GetScaledBounds (inherited from Control)Retrieves the bounds within which the control is scaled.
MemberwiseClone (inherited from MarshalByRefObject)Overloaded. Creates a shallow copy of the current MarshalByRefObject object.
MemberwiseClone (inherited from Object)Overloaded. Creates a shallow copy of the current Object.
OnBindingContextChanged (inherited from Control)Raises the BindingContextChanged event.
OnClick (inherited from Control)Raises the Click event.
OnDoubleClick (inherited from Control)Raises the DoubleClick event.
OnEnabledChanged (inherited from Control)Raises the EnabledChanged event.
OnGotFocus 
OnHandleCreated (inherited from Control)Raises the HandleCreated event.
OnHandleDestroyed (inherited from Control)Raises the HandleDestroyed event.
OnHelpRequested (inherited from Control)Raises the HelpRequested event.
OnKeyDown (inherited from Control)Raises the KeyDown event.
OnKeyPress (inherited from Control)Raises the KeyPress event.
OnKeyUp (inherited from Control)Raises the KeyUp event.
OnLostFocus (inherited from Control)Raises the LostFocus event.
OnMouseDown (inherited from Control)Raises the MouseDown event.
OnMouseMove (inherited from Control)Raises the MouseMove event.
OnMouseUp (inherited from Control)Raises the MouseUp event.
OnPaint 
OnPaintBackground (inherited from Control)Paints the background of the control.
OnParentChanged (inherited from Control)Raises the ParentChanged event.
OnResize Raises the System.Windows.Forms.Control.Resize event.
OnTextChanged (inherited from Control)Raises the TextChanged event.
ScaleControl (inherited from Control)Scales a control's location, size, padding and margin.
ShouldSerializeArrowsTransparency Indicates whether the ArrowsTransparency property should be persisted.
ShouldSerializeBackgroundImage Indicates whether the BackgroundImage property should be persisted.
ShouldSerializeBackgroundImageVGA Indicates whether the BackgroundImageVGA property should be persisted.
ShouldSerializeBmpArrowNext Indicates whether the BmpArrowNext property should be persisted.
ShouldSerializeBmpArrowNextVGA Indicates whether the BmpArrowNextVGA property should be persisted.
ShouldSerializeBmpArrowPrevious Indicates whether the BmpArrowPrevious property should be persisted.
ShouldSerializeBmpArrowPreviousVGA Indicates whether the BmpArrowPreviousVGA property should be persisted.
ShouldSerializeDockType Indicates whether the DockType property should be persisted.
ShouldSerializeEnableArrowsTransparency Indicates whether the EnableArrowsTransparency property should be persisted.
ShouldSerializeItemsAlignment Indicates whether the ItemsAlignment property should be persisted.
ShouldSerializeTabPages Indicates whether the TabPages property should be persisted.

See Also

TabControl Class | Resco.Controls.CommonControls Namespace