BCGSoft.Controls.Shared Namespace : ToolTipEx Class |
The following tables list the members exposed by ToolTipEx.
Name | Description | |
---|---|---|
![]() | ToolTipEx Constructor |
Name | Description | |
---|---|---|
![]() ![]() | RectangularCornersMargin | Specifies an additional margin to add to the size of the ToolTip window to draw rectangular corners. |
![]() ![]() | RoundedCornersMargin | Specifies an additional margin to add to the size of the ToolTip window to draw rounded corners. |
Name | Description | |
---|---|---|
![]() | Active | Gets or sets a value indicating whether the ToolTip is currently active. (Inherited from System.Windows.Forms.ToolTip) |
![]() | AutomaticDelay | Gets or sets the automatic delay for the ToolTip. (Inherited from System.Windows.Forms.ToolTip) |
![]() | AutoPopDelay | Gets 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) |
![]() | BackColor | Gets or sets the background color for the ToolTip. (Inherited from System.Windows.Forms.ToolTip) |
![]() | BorderWidth | Specifies the width of border around tooltip window." |
![]() | Container | (Inherited from System.ComponentModel.Component) |
![]() | Data | |
![]() | ForeColor | Gets or sets the foreground color for the ToolTip. (Inherited from System.Windows.Forms.ToolTip) |
![]() | InitialDelay | Gets or sets the time that passes before the ToolTip appears. (Inherited from System.Windows.Forms.ToolTip) |
![]() | IsBalloon | Gets or sets a value indicating whether the ToolTip should use a balloon window. (Inherited from System.Windows.Forms.ToolTip) |
![]() | IsStandard | Indicates a value whether a tooltip should be displayed in standard window. |
![]() | ObjectType | |
![]() | Options | Define default tooltip apperance. You can set custom apperance for a control using extended properties. |
![]() | OwnerDraw | Gets 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) |
![]() | ReshowDelay | Gets 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) |
![]() | ShowAlways | Gets 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) |
![]() | Site | (Inherited from System.ComponentModel.Component) |
![]() | StripAmpersands | Gets or sets a value that determines how ampersand (&) characters are treated. (Inherited from System.Windows.Forms.ToolTip) |
![]() | Tag | Gets or sets the object that contains programmer-supplied data associated with the System.Windows.Forms.ToolTip. (Inherited from System.Windows.Forms.ToolTip) |
![]() | ToolTipIcon | Gets or sets a value that defines the type of icon to be displayed alongside the ToolTip text. (Inherited from System.Windows.Forms.ToolTip) |
![]() | ToolTipTitle | Gets or sets a title for the ToolTip window. (Inherited from System.Windows.Forms.ToolTip) |
![]() | TransparentColor | Specifies a transparent color of tooltip image. |
![]() | UseAnimation | Gets or sets a value determining whether an animation effect should be used when displaying the ToolTip. (Inherited from System.Windows.Forms.ToolTip) |
![]() | UseFading | Gets or sets a value determining whether a fade effect should be used when displaying the ToolTip. (Inherited from System.Windows.Forms.ToolTip) |
Name | Description | |
---|---|---|
![]() | CanRaiseEvents | (Inherited from System.ComponentModel.Component) |
![]() | CreateParams | Gets the creation parameters for the ToolTip window. (Inherited from System.Windows.Forms.ToolTip) |
![]() | DesignMode | (Inherited from System.ComponentModel.Component) |
![]() | Events | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
![]() ![]() | ApplyParams | Overloaded. Applies the specified tooltip parameters to the ToolTipEx objects for tooltips with the specified TooltipObjectType. |
![]() | CanExtend | Returns true if the ToolTip can offer an extender property to the specified target component. |
![]() | CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) |
![]() | Dispose | Overloaded. Overridden. |
![]() | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) |
![]() | GetToolTip | Retrieves the ToolTip text associated with the specified control. (Inherited from System.Windows.Forms.ToolTip) |
![]() | GetToolTipDescription | Returns the description for tooltip associated with the specified control. |
![]() | GetToolTipHandle | Returns the handle to the ToolTip to display. |
![]() | GetToolTipImage | Returns the image for tooltip associated with the specified control. |
![]() | GetToolTipParams | Returns the image for ToolTipParams object associated with the specified control. |
![]() | Hide | Hides the specified ToolTip window. (Inherited from System.Windows.Forms.ToolTip) |
![]() | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) |
![]() | ProcessPopupEvent | Processes the displaying of the ToolTip with a specified size for a specified control. |
![]() | RemoveAll | Clears collections of images and descriptions which can be associated with ToolTipEx. |
![]() ![]() | SetBalloonTooltip | Overloaded. Gets or sets a value indicating whether the ToolTips of specified type should use a balloon window. |
![]() ![]() | SetStandardTooltip | Overloaded. Gets or sets a value indicating whether the ToolTips of specified type should use a standard window. |
![]() | SetToolTip | Associates ToolTip text with the specified control. (Inherited from System.Windows.Forms.ToolTip) |
![]() | SetToolTipDescription | Sets a description to the specified control. |
![]() | SetToolTipImage | Sets an image to the specified control. |
![]() | SetToolTipParams | Sets ToolTipParams for the specified control. |
![]() | Show | Overloaded. Sets the ToolTip text associated with the specified control, and displays the ToolTip modally. (Inherited from System.Windows.Forms.ToolTip) |
![]() | ToString | Returns a string representation for this control. (Inherited from System.Windows.Forms.ToolTip) |
Name | Description | |
---|---|---|
![]() | CalcTooltipSize | |
![]() | Finalize | Releases 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) |
![]() | GetDescriptionSize | |
![]() | GetLabelSize | |
![]() | GetService | (Inherited from System.ComponentModel.Component) |
![]() | MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) |
![]() | OnDrawBorder | |
![]() | OnDrawDescription | |
![]() | OnDrawImage | |
![]() | OnDrawLabel | |
![]() | OnDrawSeparator | |
![]() | OnFillBackground | |
![]() | StopTimer | Stops the timer that hides displayed ToolTips. (Inherited from System.Windows.Forms.ToolTip) |
Name | Description | |
---|---|---|
![]() | Disposed | (Inherited from System.ComponentModel.Component) |
![]() | Draw | Occurs 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) |
![]() | Popup | Occurs before a ToolTip is initially displayed. This is the default event for the System.Windows.Forms.ToolTip class. (Inherited from System.Windows.Forms.ToolTip) |