메타 데이터의 끝으로 건너뛰기
메타 데이터의 시작으로 이동
이 페이지의 이전 버전을 보고 있습니다. 현재 버전 보기.
현재와 비교
페이지 이력 보기
« 이전
버전 3
다음 »
조건 컨트롤의 속성 값을 지정 합니다.
public void SetControlProperty (
string controlID,
string name
string value
)
Parameters
Type: String
조건 컨트롤의 id
Type: String
조건 컨트롤의 속성 이름
Type: String
조건 컨트롤 속성에 지정 할 값
Return Value
Type: void
Sub SetControlProperty()
Dim mxmodule As Object
Set mxmodule = Application.COMAddIns.Item("iMATRIX6.ExcelModule").Object
mxmodule.xapi.SetControlProperty "Btn1", "Visible", True
End Sub
Property 상세 적용법
Name | Type | Description |
---|
BackgroundColor | String | 디자인 속성 하위의 BackgroundColor 속성, 해당 조건 컨트롤의 배경색을 지정 ARGB, RGB를 HexCode로 입력하거나 시스템에서 인식하는 색상을 문자열로도 입력 가능 |
|
mxmodule.xapi.SetControlProperty "Btn1", "BackgroundColor", "#FF0058D6"
mxmodule.xapi.SetControlProperty "Btn1", "BackgroundColor", "#49B000"
mxmodule.xapi.SetControlProperty "Btn1", "BackgroundColor", "Black"
|
Border | String |
|
| |
BorderColor | String |
|
| |
ContentAlignment | String |
|
| |
Docking.Bottom |
|
|
| |
Docking.HoldSize |
|
|
| |
Docking.Left |
|
|
| |
Docking.Margin | String |
|
| |
Docking.Right |
|
|
| |
Docking.Top |
|
|
| |
Font | String |
|
| |
ForegroundColor | String |
|
| |
Height |
|
|
| |
Left |
|
|
| |
TabIndex |
|
|
| |
Top |
|
|
| |