C# 클래스 Smrf.NodeXL.ExcelTemplate.RunSetVisualAttributeCommandEventArgs

Provides information for the command that needs to be run when the user sets a visual attribute in the Ribbon.
See RunCommandEventArgs for information about how NodeXL sends commands from one UI object to another.

The first event handler that sets the specified visual attribute should set the VisualAttributeSet property to true, and other event handlers should then ignore the event.

상속: RunCommandEventArgs
파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_bVisualAttributeSet System.Boolean
m_eVisualAttribute VisualAttributes
m_oAttributeValue Object

공개 메소드들

메소드 설명
AssertValid ( ) : void
RunSetVisualAttributeCommandEventArgs ( VisualAttributes visualAttribute, Object attributeValue ) : System

Initializes a new instance of the class.

메소드 상세

AssertValid() 공개 메소드

public AssertValid ( ) : void
리턴 void

RunSetVisualAttributeCommandEventArgs() 공개 메소드

Initializes a new instance of the class.
public RunSetVisualAttributeCommandEventArgs ( VisualAttributes visualAttribute, Object attributeValue ) : System
visualAttribute VisualAttributes /// Specifies the visual attribute to set. Must be only one of the flags /// in the enumeration; it cannot be an /// ORed combination. ///
attributeValue Object /// The visual attribute value, or null if the value isn't known yet and /// must be obtained from the user. ///
리턴 System

프로퍼티 상세

m_bVisualAttributeSet 보호되어 있는 프로퍼티

protected Boolean,System m_bVisualAttributeSet
리턴 System.Boolean

m_eVisualAttribute 보호되어 있는 프로퍼티

protected VisualAttributes m_eVisualAttribute
리턴 VisualAttributes

m_oAttributeValue 보호되어 있는 프로퍼티

protected Object m_oAttributeValue
리턴 Object