Intersoft ClientUI Documentation
TargetThumb Property



Specifies the target thumb in slider bar.
Syntax
Public Property TargetThumb As TargetThumb
Dim instance As SliderOption
Dim value As TargetThumb
 
instance.TargetThumb = value
 
value = instance.TargetThumb
public TargetThumb TargetThumb {get; set;}
public:
property TargetThumb TargetThumb {
   TargetThumb get();
   void set (    TargetThumb 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

SliderOption Class
SliderOption Members

Send Feedback