我的设计有以下几行代码:
<Button BorderThickness="0" Content="Done" FontSize="21.333" Height="65" Margin="334,13,6,0" VerticalAlignment="Top" FontFamily="Times New Roman" Name="btnConvert" >
<Button.Background>
<ImageBrush ImageSource="Images/button_back2.png" />
</Button.Background>
</Button>
我的代码去btnConvert.IsEnabled = false;
。
它不能禁用该按钮。相反,它隐藏了按钮。我需要该按钮可见但禁用。请帮我。