The following tables provide a list of all the protected members available on the CellViewerManager class. A list of the public members is also available here.
| Properties | Description |
|---|---|
| DefaultImageAlignment | Gets the default value of the ImageAlignment property. |
| DefaultImageArea | Gets the default value of the ImageArea property. |
| DefaultImagePadding | Gets the default value of the ImagePadding property. |
| DefaultImageSize | Gets the default value of the ImageSize property. |
| DefaultImageStyle | Gets the default value of the ImageStyle property. |
| DefaultPreserveImageAspectRatio | Gets the default value of the PreserveImageAspectRatio property. |
| DefaultTextPadding | Gets the default value of the TextPadding property. |
| Method | Description |
|---|---|
| CalculateAreas | Calculates the text and image areas of the cell viewer. |
| CalculateControlBounds( Core) | Calculates the bounds of the viewer and raises the QueryControlBounds event. |
| GetAccessibleText( Core) | Retrieves the viewer's accessibilty text for the specified Cell and raises the QueryAccessibleText event. |
| GetFittedHeight( Core) | Retrieves a value representing the fitted height of the viewer in pixels and raises the QueryFittedHeight event. |
| GetFittedWidth( Core) | Retrieves a value representing the fitted width of the viewer in pixels and raises the QueryFittedWidth event. |
| GetImageCore | Retrieves the image displayed by the viewer. |
| GetTextCore | Retrieves the text displayed by the viewer. |
| OnImageAlignmentChanged | Raises the ImageAlignmentChanged event. |
| OnImageAreaChanged | Raises the ImageAreaChanged event. |
| OnImagePaddingChanged | Raises the ImagePaddingChanged event. |
| OnImageSizeChanged | Raises the ImageSizeChanged event. |
| OnImageStyleChanged | Raises the ImageStyleChanged event. |
| OnPreserveImageAspectRatioChanged | Raises the PreserveImageAspectRatioChanged event. |
| OnTextPaddingChanged | Raises the TextPaddingChanged event. |
| PaintCellBackground | Paints the background of the cell. |
| PaintCellForeground | Paints the foreground of the cell. |
| SetControlAppearance( Core) | Sets the underlining Control's appearance and raises the SettingControlAppearance event. |
| SetControlValue( Core) | Assigns the cell's value to the Control and raises the SettingControlValue event. |