DesignerTheme.ReadOnly 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
디자이너 테마가 읽기 전용인지 여부를 나타내는 값을 가져옵니다.
public:
property bool ReadOnly { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool ReadOnly { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ReadOnly : bool
Public ReadOnly Property ReadOnly As Boolean
속성 값
true
가 읽기 전용일 경우에는 DesignerTheme이고, 그렇지 않을 경우에는 false
입니다. 기본값은 false
입니다.
- 특성
설명
WorkflowTheme가 초기화된 DesignerTheme가 null 참조(Visual Basic의 경우 Nothing
)가 아닌 경우에는 ReadOnly가 WorkflowTheme.ReadOnly 속성에서 값을 가져옵니다. WorkflowTheme가 null 참조(Nothing
)인 경우에는 ReadOnly가 false
가 됩니다.
WorkflowTheme가 WorkflowTheme.CurrentTheme에 할당된 경우에는 ReadOnly 속성이 true
로 설정되고 이 테마와 연결된 모든 디자이너의 속성을 변경할 수 없습니다. 필요한 경우에는 테마를 로드하고 CurrentTheme에 할당하기 전에 속성을 설정할 수 있습니다.