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 Integer _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICallout
Dim RowID As Integer
Dim value As Boolean
instance.ValueInactive(RowID) = value
value = instance.ValueInactive(RowID)
|
C# | |
---|
bool ValueInactive(
int RowID
) {get; set;} |
C++/CLI | |
---|
property bool ValueInactive {
bool get(int RowID);
void set (int RowID, bool value);
} |
Parameters
- RowID
- Row in callout
Return 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