ImageListImageEditor.PaintValue(PaintValueEventArgs) 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.
Paints a value indicated by the specified PaintValueEventArgs.
public:
override void PaintValue(System::Drawing::Design::PaintValueEventArgs ^ e);
public override void PaintValue (System.Drawing.Design.PaintValueEventArgs e);
override this.PaintValue : System.Drawing.Design.PaintValueEventArgs -> unit
Public Overrides Sub PaintValue (e As PaintValueEventArgs)
Parameters
A PaintValueEventArgs indicating what to paint and where to paint it.
Remarks
To display the representation of the value in the typical property sheet format, paint within the boundaries of the Rectangle contained within the specified PaintValueEventArgs.
Applies to
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.