Advertisement
LYSoft

Untitled

May 9th, 2014
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.47 KB | None | 0 0
  1. ' Default.master
  2. Public Overridable ReadOnly Property ErrorTitle() As Label
  3.     Get
  4.         Return lblErrorAction
  5.     End Get
  6. End Property
  7. Public Overridable ReadOnly Property ErrorMessage() As Label
  8.     Get
  9.         Return lblErrorMessage
  10.     End Get
  11. End Property
  12. Public Overridable ReadOnly Property ErrorBG() As Panel
  13.     Get
  14.         Return pnlErrorBackground
  15.     End Get
  16. End Property
  17. Public Overridable ReadOnly Property ErrorModal() As Panel
  18.     Get
  19.         Return pnlErrorModal
  20.     End Get
  21. End Property
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement