프로퍼티 | 타입 | 설명 | |
---|---|---|---|
m_bVisualAttributeSet | System.Boolean | ||
m_eVisualAttribute | VisualAttributes | ||
m_oAttributeValue | Object |
메소드 | 설명 | |
---|---|---|
AssertValid ( ) : void | ||
RunSetVisualAttributeCommandEventArgs ( VisualAttributes visualAttribute, Object attributeValue ) : System |
Initializes a new instance of the
|
public RunSetVisualAttributeCommandEventArgs ( VisualAttributes visualAttribute, Object attributeValue ) : System | ||
visualAttribute | VisualAttributes |
/// Specifies the visual attribute to set. Must be only one of the flags
/// in the |
attributeValue | Object | /// The visual attribute value, or null if the value isn't known yet and /// must be obtained from the user. /// |
리턴 | System |