PowerTCP Emulation for .NET
UseWaitCursor Property




Gets or sets a value indicating whether to use the wait cursor for the current control and all child controls.
Syntax
Public Shadows Property UseWaitCursor As Boolean
Dim instance As Vt
Dim value As Boolean
 
instance.UseWaitCursor = value
 
value = instance.UseWaitCursor
public new bool UseWaitCursor {get; set;}
public: __property new bool get_UseWaitCursor();
public: __property new void set_UseWaitCursor( 
   bool value
);
public:
new property bool UseWaitCursor {
   bool get();
   void set (    bool value);
}
See Also

Reference

Vt Class
Vt Members


PowerTCP Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic