Intersoft ClientUI Documentation
TooltipOffset Property (VideoPlayerButton)



Gets or sets the offset position of the tooltip.
Syntax
<CategoryAttribute("Tooltip")>
Public Property TooltipOffset As Point
Dim instance As VideoPlayerButton
Dim value As Point
 
instance.TooltipOffset = value
 
value = instance.TooltipOffset
[CategoryAttribute("Tooltip")]
public Point TooltipOffset {get; set;}
[CategoryAttribute("Tooltip")]
public:
property Point TooltipOffset {
   Point get();
   void set (    Point value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

VideoPlayerButton Class
VideoPlayerButton Members

Send Feedback