Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a45e360

Browse files
authored
Update Readme.md
1 parent fb716c5 commit a45e360

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

‎Readme.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,23 @@
33
[![](https://img.shields.io/badge/Open_in_DevExpress_Support_Center-FF7200?style=flat-square&logo=DevExpress&logoColor=white)](https://supportcenter.devexpress.com/ticket/details/E3469)
44
[![](https://img.shields.io/badge/📖_How_to_use_DevExpress_Examples-e9f6fc?style=flat-square)](https://docs.devexpress.com/GeneralInformation/403183)
55
<!-- default badges end -->
6-
<!-- default file list -->
7-
*Files to look at*:
6+
7+
# WinForms Custom Editor - Create a button editor that displays EditValue on the button
8+
9+
This example creates a custom editor (the `ButtonEdit` descendant) that displays two buttons. The second button displays the `EditValue`. When the user enters text into the edit box, the text appears on the second button.
10+
11+
![WinForms Custom Editor - Create a button editor that displays EditValue](https://raw.githubusercontent.com/DevExpress-Examples/how-to-create-a-buttonedit-descendant-showing-editvalue-in-buttons-caption-e3469/11.1.7%2B/media/winforms-custom-button-editor.gif)
12+
13+
14+
## Files to Review
815

916
* [Form1.cs](./CS/TestMyButtonEdit/Form1.cs) (VB: [Form1.vb](./VB/TestMyButtonEdit/Form1.vb))
1017
* [MyButtonEdit.cs](./CS/TestMyButtonEdit/MyButtonEdit.cs) (VB: [MyButtonEdit.vb](./VB/TestMyButtonEdit/MyButtonEdit.vb))
1118
* [MyButtonEditPainter.cs](./CS/TestMyButtonEdit/MyButtonEditPainter.cs) (VB: [MyButtonEditPainter.vb](./VB/TestMyButtonEdit/MyButtonEditPainter.vb))
1219
* [MyButtonEditViewInfo.cs](./CS/TestMyButtonEdit/MyButtonEditViewInfo.cs) (VB: [MyButtonEditViewInfo.vb](./VB/TestMyButtonEdit/MyButtonEditViewInfo.vb))
13-
* [Program.cs](./CS/TestMyButtonEdit/Program.cs) (VB: [Program.vb](./VB/TestMyButtonEdit/Program.vb))
1420
* [RepositoryItemMyButtonEdit.cs](./CS/TestMyButtonEdit/RepositoryItemMyButtonEdit.cs) (VB: [RepositoryItemMyButtonEdit.vb](./VB/TestMyButtonEdit/RepositoryItemMyButtonEdit.vb))
15-
<!-- default file list end -->
16-
# How to create a ButtonEdit descendant showing EditValue in button's caption
17-
18-
19-
<p>This example illustrates how to create a ButtonEdit descendant that creates the second default button and shows EditValue in its caption. When you type text in the editor it is shown in a caption of the second button.</p>
2021

21-
<br/>
2222

23+
## Documentation
2324

25+
* [Custom Editors](https://docs.devexpress.com/WindowsForms/4716/controls-and-libraries/editors-and-simple-controls/common-editor-features-and-concepts/custom-editors)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /