Selerix Developer Tools
IsSpecialInstruction Field






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Form Class : IsSpecialInstruction Field
The IsSpecialInstruction object specifies if there are any special instructions on the form.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
<DefaultValueAttribute()>
Public IsSpecialInstruction As Boolean
'Usage
 
Dim instance As Form
Dim value As Boolean
 
value = instance.IsSpecialInstruction
 
instance.IsSpecialInstruction = value
[XmlAttribute()]
[DefaultValue()]
public bool IsSpecialInstruction
public field IsSpecialInstruction: Boolean; 
XmlAttributeAttribute()
DefaultValueAttribute()
public var IsSpecialInstruction : boolean;
[XmlAttribute()]
[DefaultValue()]
public: bool IsSpecialInstruction
[XmlAttribute()]
[DefaultValue()]
public:
bool IsSpecialInstruction

Field Value

bool true/false
See Also

Reference

Form Class
Form Members