ToggleButtonField.GetButtonImage(ShapeElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides the image for the current state of the button
protected:
abstract System::Drawing::Image ^ GetButtonImage(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ parentShape);
protected abstract System.Drawing.Image GetButtonImage (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement parentShape);
abstract member GetButtonImage : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> System.Drawing.Image
Protected MustOverride Function GetButtonImage (parentShape As ShapeElement) As Image
Parameters
- parentShape
- ShapeElement