GridColumn.GetAccessibleState(Int64, IGridStorage) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual System::Windows::Forms::AccessibleStates GetAccessibleState(long nRowIndex, Microsoft::ReportingServices::QueryDesigners::IGridStorage ^ storage);
public virtual System.Windows.Forms.AccessibleStates GetAccessibleState (long nRowIndex, Microsoft.ReportingServices.QueryDesigners.IGridStorage storage);
abstract member GetAccessibleState : int64 * Microsoft.ReportingServices.QueryDesigners.IGridStorage -> System.Windows.Forms.AccessibleStates
override this.GetAccessibleState : int64 * Microsoft.ReportingServices.QueryDesigners.IGridStorage -> System.Windows.Forms.AccessibleStates
Public Overridable Function GetAccessibleState (nRowIndex As Long, storage As IGridStorage) As AccessibleStates
Parameters
- nRowIndex
- Int64
- storage
- IGridStorage