C# 클래스 UIA.Extensions.AutomationProviders.Defaults.Tables.DataGridCellInformation

상속: UIA.Extensions.AutomationProviders.Interfaces.Tables.CellInformation
파일 보기 프로젝트 열기: northwoodspd/UIA.Extensions 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
Cell System.Windows.Forms.DataGridViewCell

공개 메소드들

메소드 설명
DataGridCellInformation ( System.Windows.Forms.DataGridViewCell cell ) : System.Windows
FromCell ( System.Windows.Forms.DataGridViewCell cell ) : CellInformation

메소드 상세

DataGridCellInformation() 공개 메소드

public DataGridCellInformation ( System.Windows.Forms.DataGridViewCell cell ) : System.Windows
cell System.Windows.Forms.DataGridViewCell
리턴 System.Windows

FromCell() 공개 정적인 메소드

public static FromCell ( System.Windows.Forms.DataGridViewCell cell ) : CellInformation
cell System.Windows.Forms.DataGridViewCell
리턴 UIA.Extensions.AutomationProviders.Interfaces.Tables.CellInformation

프로퍼티 상세

Cell 보호되어 있는 프로퍼티

protected DataGridViewCell,System.Windows.Forms Cell
리턴 System.Windows.Forms.DataGridViewCell