C# Class Xarial.XCad.Examples.PMPage.CSharp.Page.Groups.DynamicControlsGroup

Show file Open project: xarial/xcad-examples

Private Properties

Property Type Description

Public Methods

Method Description
CreateDynamicControls ( object tag ) : IControlDescriptor[]

This function will be called on property page creation and it is passed to Extensions.IXExtension.CreatePage{TData}(UI.PropertyPage.Delegates.CreateDynamicControlsDelegate) as the parameter

Method Details

CreateDynamicControls() public method

This function will be called on property page creation and it is passed to Extensions.IXExtension.CreatePage{TData}(UI.PropertyPage.Delegates.CreateDynamicControlsDelegate) as the parameter
public CreateDynamicControls ( object tag ) : IControlDescriptor[]
tag object Tag of dynamic control
return IControlDescriptor[]