diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b80d965 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +################################################################################ +# This .gitignore file was automatically created by Microsoft(R) Visual Studio. +################################################################################ + +/.vs/CustomControls/v16/.suo +/.vs/RJControls/v16/.suo +/.vs/slnx.sqlite +/.vs/VSWorkspaceState.json +/CustomControls/obj/Debug/.NETFramework,Version=v4.5.AssemblyAttributes.cs +/CustomControls/obj/Release/.NETFramework,Version=v4.5.AssemblyAttributes.cs diff --git a/CustomControls/RJControls/RJTextBox.cs b/CustomControls/RJControls/RJTextBox.cs index a6e34be..1a0fbb8 100644 --- a/CustomControls/RJControls/RJTextBox.cs +++ b/CustomControls/RJControls/RJTextBox.cs @@ -73,6 +73,13 @@ public int BorderSize } } + [Category("RJ Code Advance")] + public bool IsPlaceHolder + { + get { return this.isPlaceholder; } + set { this.isPlaceholder = value; } + } + [Category("RJ Code Advance")] public bool UnderlinedStyle {