IsTemplate Property (ITemplate)
In This Topic
Gets or sets a boolean value which indicates whether transfer this control to template mode.
Syntax
'Declaration
Property IsTemplate As System.Boolean
'Usage
Dim instance As ITemplate
Dim value As System.Boolean
instance.IsTemplate = value
value = instance.IsTemplate
System.bool IsTemplate {get; set;}
read-write property IsTemplate: System.Boolean;
function get,set IsTemplate : System.boolean
__property System.bool get_IsTemplate();
__property void set_IsTemplate(
System.bool value
);
property System.bool IsTemplate {
System.bool get();
void set ( System.bool value);
}
See Also