Search Results for

    Show / Hide Table of Contents

    Interface IInteractiveAccessibleCustomColumn

    Inherited Members
    IInteractiveCustomColumn.OnCellMouseDown(IRowInfo, Rectangle, MouseEventArgs)
    IInteractiveCustomColumn.OnCellMouseDoubleClick(IRowInfo, Rectangle, MouseEventArgs)
    IInteractiveCustomColumn.OnCellMouseUp(IRowInfo, Rectangle, MouseEventArgs)
    IInteractiveCustomColumn.OnCellMouseMove(IRowInfo, Rectangle, MouseEventArgs)
    IInteractiveCustomColumn.OnCellMouseRightDown(IRowInfo, Rectangle, MouseEventArgs)
    IInteractiveCustomColumn.OnCellMouseRightUp(IRowInfo, Rectangle, MouseEventArgs)
    IInteractiveCustomColumn.OnCellMouseEntering(IRowInfo, Rectangle, IRowInfo, Rectangle)
    IInteractiveCustomColumn.OnCellMouseLeaving(IRowInfo, Rectangle, IRowInfo, Rectangle)
    IInteractiveCustomColumn.EventFlags
    IInteractiveCustomColumn.ContentChanged
    ICustomColumn.GetOptimalWidth(Graphics)
    ICustomColumn.CalculateCellContentHeight(Graphics, IRowInfo)
    ICustomColumn.BeginDraw()
    ICustomColumn.DrawCell(Graphics, IRowInfo, Rectangle, Pen, Pen, Pen, Pen)
    ICustomColumn.SetRowSizeAccessor(RowSizeAccessor)
    ICustomColumn.PrepareRegisterRows()
    ICustomColumn.RegisterRow(IRowInfo)
    ICustomColumn.EditControl
    ICustomColumn.Width
    ICustomColumn.IsComplex
    Namespace: Sdl.DesktopEditor.EditorApi
    Assembly: Sdl.DesktopEditor.EditorApi.dll
    Syntax
    public interface IInteractiveAccessibleCustomColumn : IInteractiveCustomColumn, ICustomColumn

    Methods

    GetAccessibilityDetails(IRowInfo)

    Retrieve Accessibility Details as a list of messages, used in sending notifications

    Declaration
    IList<string> GetAccessibilityDetails(IRowInfo row)
    Parameters
    Type Name Description
    IRowInfo row

    Row Information

    Returns
    Type Description
    IList<string>

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(object, Action<Window>)
    In this article
    • Methods
      • GetAccessibilityDetails(IRowInfo)
    • Extension Methods
    Back to top Generated by DocFX