dbicTips Send comments on this topic.
dbiTips Class Members
See Also  Properties  Methods  Events
dbicTips Assembly > Dbi.WinControl.Tips Namespace : dbiTips Class


"

The following tables list the members exposed by dbiTips.

"

Public Constructors

 NameDescription
public ConstructordbiTips Constructor

Initializes a new instance of the class.

 
Top

Public Properties

 NameDescription
public PropertyAutoPopDelayDetermines the length of time the tooltip window remains visible if the pointer is stationary inside the tool tip region.  
public PropertyBackColorDetermines the primary background color of a tooltip.  
public PropertyBackColorToDetermines the secondary background color of a tooltip.  
public PropertyBodyFontDetermines the font used for the body or main text of a tooltip.  
public PropertyBodyForeColorDetermines the color of the body or main text of a tooltip.  
public PropertyBorderColorDetermines the border color of a tooltip.  
public PropertyBorderStyleDetermines the border style for the control.  
public PropertyContainer (Inherited from System.ComponentModel.Component)
public PropertyControlStyleSet the appearance of the control to a particular style.  
public PropertyFillTypeDetermines the background fill type for the tooltip.  
public PropertyFooterFontDetermines the font used for the footer text of a tooltip.  
public PropertyFooterForeColorDetermines the color of the footer text of a tooltip.  
public PropertyFooterImageDetermines the custom image for the footer area of the tooltip.  
public PropertyFooterImageXOffsetDetermines the horizontal offset used to calculate the position of a footer image in a tooltip.  
public PropertyFooterImageYOffsetDetermines the vertical offset used to calculate the position of a footer image in a tooltip.  
public PropertyFooterLineDetermines if a footer line will be drawn in the tooltip.  
public PropertyFooterLineColorDetermines the color of the footer line of a tooltip.  
public PropertyFooterTextDetermines the default text for the footer area of the tooltip.  
public PropertyFooterVisibleDetermines if the footer area of the tooltip will be visible.  
public PropertyHeaderFontDetermines the font used for the header text of a tooltip.  
public PropertyHeaderForeColorDetermines the color of the header text of a tooltip.  
public PropertyHeaderImageDetermines the custom image for the header area of the tooltip.  
public PropertyHeaderImageXOffsetDetermines the horizontal offset used to calculate the position of a header image in a tooltip.  
public PropertyHeaderImageYOffsetDetermines the vertical offset used to calculate the position of a header image in a tooltip.  
public PropertyHeaderTextDetermines the default text for the header area of the tooltip.  
public PropertyHeaderVisibleDetermines if the header area of the tooltip will be visible.  
public PropertyImageInTextDetermines if the image index value can be included in the regular body text.  
public PropertyImageListAttaches an image list for use with the control.  
public PropertyImageOnlyDetermines if only the body image of a tooltip will be displayed.  
public PropertyInitialDelayDetermines the length of time in milliseconds the pointer must remain stationary within a tool tip region before the tooltip window appears  
public PropertyMaskColorDetermines the masking color used to paint the images.  
public PropertyReshowDelayDetermines the length of time in milliseconds it takes for subsequent tooltip windows to appear as the pointer moves from one tool tip region to another.  
public PropertyShadowBoxDetermines if a shadow box will be drawn under and on the right side of a tooltip.  
public PropertySite (Inherited from System.ComponentModel.Component)
Top

Public Methods

 NameDescription
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 MethodDispose (Inherited from System.ComponentModel.Component)
public MethodGetdbiTipsTextGets the current text value associated with a control.  
public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
public MethodHideHides the tooltip if it is visible.  
public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
public MethodSetdbiTipsTextSets the current text value associated with a control.  
public MethodShowOverloaded. Forces a tooltip to display.  
public MethodToString (Inherited from System.ComponentModel.Component)
Top

Public Events

 NameDescription
public EventAfterTipLocationCalculatedOccurs after the location of the tooltip has been calculated internally by the control.  
public EventAfterTipSizeCalculatedOccurs after the size of the tooltip has been calculated internally by the control.  
public EventBeforeTipShowOccurs just before the tooltip is displayed to the user.  
public EventBeforeToolTipsOccurs before the tooltip becomes visible.  
public EventClickControlOccurs when a control that has a tooltip object attached to it is clicked.  
public EventDisposed (Inherited from System.ComponentModel.Component)
public EventEnterControlOccurs when the mouse enters a control that has a tooltip object attached to it.  
public EventLeaveControlOccurs when the mouse leaves a control that has a tooltip object attached to it.  
public EventUserDrawnBodyOccurs before the body of the tooltip is drawn, allowing the developer to customize the display.  
public EventUserDrawnFooterOccurs before the footer of the tooltip is drawn, allowing the developer to customize the display.  
public EventUserDrawnHeaderOccurs before the header of the tooltip is drawn, allowing the developer to customize the display.  
Top

See Also