Table of Contents

Interface IAccessibleIcon

Namespace
Javax.Accessibility
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/accessibility/AccessibleIcon.html

public interface IAccessibleIcon

Properties

AccessibleIconDescription

String AccessibleIconDescription { get; set; }

Property Value

String

AccessibleIconHeight

int AccessibleIconHeight { get; }

Property Value

int

AccessibleIconWidth

int AccessibleIconWidth { get; }

Property Value

int