BCGControlBar Library for .NET
ToolTipEx Class Members
Fields  Properties  Methods  Events


The following tables list the members exposed by ToolTipEx.

Public Constructors
 NameDescription
Public ConstructorToolTipEx Constructor  
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)RectangularCornersMarginSpecifies an additional margin to add to the size of the ToolTip window to draw rectangular corners.  
Public Fieldstatic (Shared in Visual Basic)RoundedCornersMarginSpecifies an additional margin to add to the size of the ToolTip window to draw rounded corners.  
Top
Public Properties
 NameDescription
Public PropertyActiveGets or sets a value indicating whether the ToolTip is currently active. (Inherited from System.Windows.Forms.ToolTip)
Public PropertyAutomaticDelayGets or sets the automatic delay for the ToolTip. (Inherited from System.Windows.Forms.ToolTip)
Public PropertyAutoPopDelayGets or sets the period of time the ToolTip remains visible if the pointer is stationary on a control with specified ToolTip text. (Inherited from System.Windows.Forms.ToolTip)
Public PropertyBackColorGets or sets the background color for the ToolTip. (Inherited from System.Windows.Forms.ToolTip)
Public PropertyBorderWidthSpecifies the width of border around tooltip window."  
Public PropertyContainer (Inherited from System.ComponentModel.Component)
Public PropertyData  
Public PropertyForeColorGets or sets the foreground color for the ToolTip. (Inherited from System.Windows.Forms.ToolTip)
Public PropertyInitialDelayGets or sets the time that passes before the ToolTip appears. (Inherited from System.Windows.Forms.ToolTip)
Public PropertyIsBalloonGets or sets a value indicating whether the ToolTip should use a balloon window. (Inherited from System.Windows.Forms.ToolTip)
Public PropertyIsStandardIndicates a value whether a tooltip should be displayed in standard window.  
Public PropertyObjectType  
Public PropertyOptionsDefine default tooltip apperance. You can set custom apperance for a control using extended properties.  
Public PropertyOwnerDrawGets or sets a value indicating whether the ToolTip is drawn by the operating system or by code that you provide. (Inherited from System.Windows.Forms.ToolTip)
Public PropertyReshowDelayGets or sets the length of time that must transpire before subsequent ToolTip windows appear as the pointer moves from one control to another. (Inherited from System.Windows.Forms.ToolTip)
Public PropertyShowAlwaysGets or sets a value indicating whether a ToolTip window is displayed, even when its parent control is not active. (Inherited from System.Windows.Forms.ToolTip)
Public PropertySite (Inherited from System.ComponentModel.Component)
Public PropertyStripAmpersandsGets or sets a value that determines how ampersand (&) characters are treated. (Inherited from System.Windows.Forms.ToolTip)
Public PropertyTagGets or sets the object that contains programmer-supplied data associated with the System.Windows.Forms.ToolTip. (Inherited from System.Windows.Forms.ToolTip)
Public PropertyToolTipIconGets or sets a value that defines the type of icon to be displayed alongside the ToolTip text. (Inherited from System.Windows.Forms.ToolTip)
Public PropertyToolTipTitleGets or sets a title for the ToolTip window. (Inherited from System.Windows.Forms.ToolTip)
Public PropertyTransparentColorSpecifies a transparent color of tooltip image.  
Public PropertyUseAnimationGets or sets a value determining whether an animation effect should be used when displaying the ToolTip. (Inherited from System.Windows.Forms.ToolTip)
Public PropertyUseFadingGets or sets a value determining whether a fade effect should be used when displaying the ToolTip. (Inherited from System.Windows.Forms.ToolTip)
Top
Protected Properties
 NameDescription
Protected PropertyCanRaiseEvents (Inherited from System.ComponentModel.Component)
Protected PropertyCreateParamsGets the creation parameters for the ToolTip window. (Inherited from System.Windows.Forms.ToolTip)
Protected PropertyDesignMode (Inherited from System.ComponentModel.Component)
Protected PropertyEvents (Inherited from System.ComponentModel.Component)
Top
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)ApplyParamsOverloaded. Applies the specified tooltip parameters to the ToolTipEx objects for tooltips with the specified TooltipObjectType.  
Public MethodCanExtendReturns true if the ToolTip can offer an extender property to the specified target component.  
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDisposeOverloaded. Overridden.   
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodGetToolTipRetrieves the ToolTip text associated with the specified control. (Inherited from System.Windows.Forms.ToolTip)
Public MethodGetToolTipDescriptionReturns the description for tooltip associated with the specified control.  
Public MethodGetToolTipHandleReturns the handle to the ToolTip to display.  
Public MethodGetToolTipImageReturns the image for tooltip associated with the specified control.  
Public MethodGetToolTipParamsReturns the image for ToolTipParams object associated with the specified control.  
Public MethodHideHides the specified ToolTip window. (Inherited from System.Windows.Forms.ToolTip)
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodProcessPopupEventProcesses the displaying of the ToolTip with a specified size for a specified control.  
Public MethodRemoveAllClears collections of images and descriptions which can be associated with ToolTipEx.  
Public Methodstatic (Shared in Visual Basic)SetBalloonTooltipOverloaded. Gets or sets a value indicating whether the ToolTips of specified type should use a balloon window.  
Public Methodstatic (Shared in Visual Basic)SetStandardTooltipOverloaded. Gets or sets a value indicating whether the ToolTips of specified type should use a standard window.  
Public MethodSetToolTipAssociates ToolTip text with the specified control. (Inherited from System.Windows.Forms.ToolTip)
Public MethodSetToolTipDescriptionSets a description to the specified control.  
Public MethodSetToolTipImageSets an image to the specified control.  
Public MethodSetToolTipParamsSets ToolTipParams for the specified control.  
Public MethodShowOverloaded. Sets the ToolTip text associated with the specified control, and displays the ToolTip modally. (Inherited from System.Windows.Forms.ToolTip)
Public MethodToStringReturns a string representation for this control. (Inherited from System.Windows.Forms.ToolTip)
Top
Protected Methods
 NameDescription
Protected MethodCalcTooltipSize  
Protected MethodFinalizeReleases the unmanaged resources and performs other cleanup operations before the System.Windows.Forms.Cursor is reclaimed by the garbage collector. (Inherited from System.Windows.Forms.ToolTip)
Protected MethodGetDescriptionSize  
Protected MethodGetLabelSize  
Protected MethodGetService (Inherited from System.ComponentModel.Component)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnDrawBorder  
Protected MethodOnDrawDescription  
Protected MethodOnDrawImage  
Protected MethodOnDrawLabel  
Protected MethodOnDrawSeparator  
Protected MethodOnFillBackground  
Protected MethodStopTimerStops the timer that hides displayed ToolTips. (Inherited from System.Windows.Forms.ToolTip)
Top
Public Events
 NameDescription
Public EventDisposed (Inherited from System.ComponentModel.Component)
Public EventDrawOccurs when the ToolTip is drawn and the System.Windows.Forms.ToolTip.OwnerDraw property is set to true and the System.Windows.Forms.ToolTip.IsBalloon property is false. (Inherited from System.Windows.Forms.ToolTip)
Public EventPopupOccurs before a ToolTip is initially displayed. This is the default event for the System.Windows.Forms.ToolTip class. (Inherited from System.Windows.Forms.ToolTip)
Top
See Also

Reference

ToolTipEx Class
BCGSoft.Controls.Shared Namespace

Send Feedback