Show / Hide Table of Contents

Class ActiveXImage

Inheritance
System.Object
AbstractControl
ActiveXControl
ActiveXImage
Implements
IWorksheetDrawingObject
ISheetDrawingObject
IDrawingObject
Inherited Members
ActiveXControl.worksheet
ActiveXControl.Accelerator
ActiveXControl.BackColor
ActiveXControl.BackStyle
ActiveXControl.Caption
ActiveXControl.ClassId
ActiveXControl.Enabled
ActiveXControl.FontName
ActiveXControl.ForeColor
ActiveXControl.FontEffects
ActiveXControl.FontHeightInTwips
ActiveXControl.FontCharSet
ActiveXControl.FontPitchAndFamily
ActiveXControl.FontWeight
ActiveXControl.HideSelection
ActiveXControl.IMEMode
ActiveXControl.Locked
ActiveXControl.MousePointer
ActiveXControl.ParagraphAlign
ActiveXControl.PrintObject
ActiveXControl.Shadow
ActiveXControl.SpecialEffect
ActiveXControl.Value
ActiveXControl.WordWrap
AbstractControl.anchoredCell
AbstractControl.AnchoredCell
AbstractControl.BottomRightCell
AbstractControl.Worksheet
AbstractControl.ObjectPositioning
AbstractControl.Id
AbstractControl.Name
AbstractControl.Sheet
AbstractControl.Size
AbstractControl.ParentGroup
AbstractControl.Positioning
AbstractControl.Position
Namespace: DRIT.Spreadsheet.Forms
Assembly: DRIT.Spreadsheet.dll
Syntax
public class ActiveXImage : ActiveXControl, IWorksheetDrawingObject, ISheetDrawingObject, IDrawingObject

Fields

ImageClassId

Declaration
public const string ImageClassId = null
Field Value
Type Description
System.String

Properties

AutoSize

Specifies whether the control automatically resizes to display its entire contents.

Declaration
public bool AutoSize { get; set; }
Property Value
Type Description
System.Boolean
Remarks

2.5.2 AutoSize

BorderColor

Specifies the color of the border of the control.

Declaration
public long BorderColor { get; set; }
Property Value
Type Description
System.Int64
Remarks

2.5.7 BorderColor

BorderStyle

Specifies the type of border used by the control.

Declaration
public BorderStyle BorderStyle { get; set; }
Property Value
Type Description
BorderStyle
Remarks

2.5.8 BorderStyle

Implements

IWorksheetDrawingObject
ISheetDrawingObject
IDrawingObject
Back to top Generated by DocFX