SetHeight Method (RenderToc)
In This Topic
Override this method to perform additional actions when value of the Height property of object is being defined.
Syntax
'Declaration
Protected Overridable Sub SetHeight( _
ByVal As Unit _
)
protected virtual void SetHeight(
Unit
)
Parameters
- value
See Also