コード例 #1
0
 internal ItemStripAccessibleObject(AccessibleObjectType type, PreviewItemStrip itemStrip, int itemIndex)
 {
     this.itemIndex            = -1;
     this.accessibleObjectType = type;
     this.itemStrip            = itemStrip;
     this.itemIndex            = itemIndex;
 }
 internal ItemStripAccessibleObject(AccessibleObjectType type, PreviewItemStrip itemStrip, int itemIndex)
 {
     this.itemIndex = -1;
     this.accessibleObjectType = type;
     this.itemStrip = itemStrip;
     this.itemIndex = itemIndex;
 }
コード例 #3
0
 internal ItemStripAccessibleObject(AccessibleObjectType type, PreviewItemStrip itemStrip)
 {
     this.accessibleObjectType = type;
     this.itemStrip = itemStrip;
 }