Search
Arrow.Rigid Property
See Also
 



 Syntax

VB6  Copy Code

Public Property Get Rigid() As Boolean
Public Property Let Rigid( _
    ByVal value As Boolean _
)

C++  Copy Code

public:
bool get_Rigid ()
void put_Rigid (
    bool value
)

 Property Value

 See Also