iCAx开思网
标题:
调整属性页中控件的位置
[打印本页]
作者:
ccc
时间:
2006-3-19 22:33
标题:
调整属性页中控件的位置
Dim options As Integer
Dim leftAlign As Integer
Dim controlType As Integer
Dim ctrl1 As PropertyManagerPageControl
controlType = swPropertyManagerPageControlType_e.swControlType_Label
leftAlign = swPropertyManagerPageControlLeftAlign_e.swControlAlign_LeftEdge
options = swAddControlOptions_e.swControlOptions_Enabled + swAddControlOptions_e.swControlOptions_Visible
ctrl1 = PMPgroup.AddControl(PMPlabelID, controlType, PMPlabelstr, leftAlign, options, "")
ctrl1.Top = 10
PMPLabel = ctrl1
欢迎光临 iCAx开思网 (https://www.icax.org/)
Powered by Discuz! X3.3