Property | Type | Description | |
---|---|---|---|
m_bVisualAttributeSet | System.Boolean | ||
m_eVisualAttribute | VisualAttributes | ||
m_oAttributeValue | Object |
Method | Description | |
---|---|---|
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. /// |
return | System |
protected Boolean,System m_bVisualAttributeSet | ||
return | System.Boolean |
protected VisualAttributes m_eVisualAttribute | ||
return | VisualAttributes |