Gets or sets whether the user can edit the value in the specified row in this callout.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ValueInactive( _
ByVal RowID As System.Integer _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICallout
Dim RowID As System.Integer
Dim value As System.Boolean
instance.ValueInactive(RowID) = value
value = instance.ValueInactive(RowID) |
C# | |
---|
System.bool ValueInactive(
System.int RowID
) {get; set;} |
C++/CLI | |
---|
property System.bool ValueInactive {
System.bool get(System.int RowID);
void set (System.int RowID, System.bool value);
} |
Parameters
- RowID
- Row in callout
Property Value
True if the value in this row cannot be modified, false if it can
Example
See Also
Availability
SOLIDWORKS 2007 FCS, Revision Number 15