Users Pricing

forum

Home Forums Buttons not accessible in Wpf Codebehind – MindStick

Buttons not accessible in Wpf Codebehind

Anonymous User 2976 27 Jan 2014

There is a function in Codebehind c# The Code is Like :

private static void ReceiveCallback(IAsyncResult ar)
{                                                                                                     
   // ...
}

In this Function i have to set the visibility of a button to true :

Runrc.IsEnabled = true;

But I get no intellisense for this button in that function, and it's giving me a error.


1 Answers

Markdown for AI

A clean, structured version of this page for AI assistants and LLMs.

Open .md