C# 클래스 Xarial.XCad.Examples.PMPage.CSharp.Page.Groups.DynamicControlsGroup

파일 보기 프로젝트 열기: xarial/xcad-examples

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

CreateDynamicControls() 공개 메소드

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
리턴 IControlDescriptor[]