public virtual void OnInitialize( IEnumerable<ToolOptions> optionsCollection, bool hostIsActiveTemplatePane )
Public Overridable Sub OnInitialize( _ ByVal optionsCollection As IEnumerable(Of ToolOptions), _ ByVal hostIsActiveTemplatePane As Boolean _ )
Parameters
- optionsCollection
- list of tool options ToolOptions
- hostIsActiveTemplatePane
- A value indicating if the tool options control is hosted within the active template pane (true) or the template properties (false).