VisualTipRenderer Members
VisualTipRenderer overview
Public Static (Shared) Properties
Public Static (Shared) Methods
Public Static (Shared) Events
Public Instance Constructors
Public Instance Methods
CreateLayout Creates a new VisualTipLayout which defines the location of each rendering element on the tip.
CreateMaskRegion Creates a new Region used as the visible window region for a tip window. A return value of null indicates that no special masking region is required by the tip.
Draw Draws a VisualTip onto a surface defined by a PaintEventArgs , using the specified VisualTipLayout .
Equals (inherited from Object )Determines whether the specified Object is equal to the current Object .
GetHashCode (inherited from Object )Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object )Gets the Type of the current instance.
ToString (inherited from Object )Returns a String that represents the current Object .
Protected Instance Methods
Finalize (inherited from Object )Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
GetBodyText Returns the text displayed in the body of a VisualTip . When the tip is disabled, this method returns DisabledText ; otherwise, it returns Text .
GetElementFont Returns the Font used for the text of a given element.
GetElementTextColor Returns the color of text used for a given element.
GetTitleText Returns the text that will be displayed in the title area. The return value combines the title and shortcut text.
HasFooter Gets whether the tip has a footer.
HasShadow Returns a value to indicate whether a soft shadow is drawn for a specified VisualTip .
MeasureElement Measures the size of an element.
MemberwiseClone (inherited from Object )Creates a shallow copy of the current Object .
OnCreateLayout When overridden in a derrived class, creates a new VisualTipLayout to represent the layout of various elements on a VisualTip .
OnCreateMaskRegion When overridden, creates a new Region used as the visible window region for a tip window.
OnDrawElement When overridden, draws a single element of the specified tip.
OnDrawShadow When overridden, draws a soft shadow for the specified tip. This method is called before OnDrawWindow .
OnDrawWindow When overridden, draws the window background for the specified tip. This method is called after OnDrawShadow , and before any elements are drawn.
See Also
VisualTipRenderer Class | Skybound.VisualTips.Rendering Namespace