Intersoft ClientUI Documentation
PointerWidth Property (UXFlowControlPanel)



Gets or sets the scroll bar pointer width.
Syntax
<CategoryAttribute("Layout Settings")>
Public Property PointerWidth As Double
Dim instance As UXFlowControlPanel
Dim value As Double
 
instance.PointerWidth = value
 
value = instance.PointerWidth
[CategoryAttribute("Layout Settings")]
public double PointerWidth {get; set;}
[CategoryAttribute("Layout Settings")]
public:
property double PointerWidth {
   double get();
   void set (    double 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

UXFlowControlPanel Class
UXFlowControlPanel Members

Send Feedback