ParentControlDesigner.GetGlyphs(GlyphSelectionType) 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.
Gets a collection of Glyph objects representing the selection borders and grab handles for a standard control.
public:
override System::Windows::Forms::Design::Behavior::GlyphCollection ^ GetGlyphs(System::Windows::Forms::Design::Behavior::GlyphSelectionType selectionType);
public override System.Windows.Forms.Design.Behavior.GlyphCollection GetGlyphs (System.Windows.Forms.Design.Behavior.GlyphSelectionType selectionType);
override this.GetGlyphs : System.Windows.Forms.Design.Behavior.GlyphSelectionType -> System.Windows.Forms.Design.Behavior.GlyphCollection
Public Overrides Function GetGlyphs (selectionType As GlyphSelectionType) As GlyphCollection
Parameters
- selectionType
- GlyphSelectionType
A GlyphSelectionType value that specifies the selection state.
Returns
A collection of Glyph objects.
Remarks
The GetGlyphs method adds a container selector Glyph to the selection glyphs collection.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.