Guest User

Untitled

a guest
May 26th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. private Label myLabel;
  2. // ...
  3. this.myLabel = new Label();
  4. // ...
  5. this.myLabel.Text = "Your Name:";
  6.  
  7. this.myLabel.AccessibleRole = AccessibleRole.StaticText;
Add Comment
Please, Sign In to add comment